We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115213c commit 4cb34e7Copy full SHA for 4cb34e7
.github/workflows/docker-multiarch-build.yml
@@ -63,6 +63,8 @@ jobs:
63
64
- name: Run shellcheck
65
uses: ludeeus/action-shellcheck@master
66
+ env:
67
+ SHELLCHECK_OPTS: -e SC2059 -e SC2086 # ignore certain spellchecks
68
with:
69
scandir: './scripts'
70
0 commit comments