Skip to content

Commit

Permalink
Add back the workaround for actionlint bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi committed Jul 8, 2024
1 parent 386b3e2 commit 1a7c689
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- uses: super-linter/super-linter/slim@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TODO: move non-global ignores inline or to in-tree actionlint.yml once
# https://www.github.com/rhysd/actionlint/issues/237 and/or
# https://www.github.com/rhysd/actionlint/issues/217 is fixed.
# TODO: remove -ignore "property .runner. is not defined" once
# https://www.github.com/rhysd/actionlint/issues/77 is fixed.
GITHUB_ACTIONS_COMMAND_ARGS: >
-ignore "property .runner. is not defined"
-ignore "property .repository_visibility. is not defined"
LINTER_RULES_PATH: .
VALIDATE_BASH: true
VALIDATE_BASH_EXEC: true
Expand Down

0 comments on commit 1a7c689

Please sign in to comment.