We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3d2cf commit 78559cdCopy full SHA for 78559cd
.github/workflows/checksrc.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: 'actionlint'
41
run: |
42
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
43
- export SHELLCHECK_OPTS='--enable=avoid-nullary-conditions,deprecate-which'
+ export SHELLCHECK_OPTS='--exclude=1090,1091 --enable=avoid-nullary-conditions,deprecate-which'
44
actionlint --version
45
actionlint .github/workflows/*.yml
46
0 commit comments