Skip to content

Commit a996e41

Browse files
committed
Update CI
Update CI Signed-off-by: Bensuperpc <[email protected]>
1 parent 7eeb11c commit a996e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ShellCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
shell_type: [bash, sh, ksh] # Disable dash
20+
shell_type: [bash, ksh] # Disable dash and sh
2121
steps:
2222
- name: "📥 Checkout Code"
2323
uses: actions/checkout@v2
@@ -28,6 +28,6 @@ jobs:
2828
uses: ludeeus/action-shellcheck@master
2929
with:
3030
ignore: archlinux
31-
severity: error
31+
severity: warning
3232
env:
3333
SHELLCHECK_OPTS: -s ${{ matrix.shell_type }}

0 commit comments

Comments
 (0)