Skip to content

Commit 4cb34e7

Browse files
committed
fix: tune spellcheck to ignore certain rules
1 parent 115213c commit 4cb34e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-multiarch-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363

6464
- name: Run shellcheck
6565
uses: ludeeus/action-shellcheck@master
66+
env:
67+
SHELLCHECK_OPTS: -e SC2059 -e SC2086 # ignore certain spellchecks
6668
with:
6769
scandir: './scripts'
6870

0 commit comments

Comments
 (0)