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 246799d commit 5618f60Copy full SHA for 5618f60
.github/workflows/shellcheck.yml
@@ -10,5 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- name: Run ShellCheck
12
uses: ludeeus/action-shellcheck@master
13
+ with:
14
+ exclude: 'provision-contest/disable-turboboost_ht'
15
env:
16
SHELLCHECK_OPTS: -e SC1090 -e SC2086 -e SC2046
0 commit comments