Skip to content

Commit 5618f60

Browse files
committed
Suppress more shellcheck errors.
1 parent 246799d commit 5618f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- name: Run ShellCheck
1212
uses: ludeeus/action-shellcheck@master
13+
with:
14+
exclude: 'provision-contest/disable-turboboost_ht'
1315
env:
1416
SHELLCHECK_OPTS: -e SC1090 -e SC2086 -e SC2046

0 commit comments

Comments
 (0)