Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump frenck/action-addon-linter from 2.13.2 to 2.15.0 #86

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI

# yamllint disable-line rule:true
on:

Check warning on line 5 in .github/workflows/addon-ci.yaml

View workflow job for this annotation

GitHub Actions / YAMLLint

truthy value should be one of [false, true]
push:
branches:
- dev
Expand Down Expand Up @@ -54,7 +54,7 @@
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v2.13.2
uses: frenck/action-addon-linter@v2.15.0
with:
community: false
path: "./${{ needs.information.outputs.target }}"
Expand Down
Loading