[F] Fix shellcheck CI
This commit is contained in:
parent
2dac990718
commit
7a7955e58a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/shellcheck.yml
vendored
4
.github/workflows/shellcheck.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install shellcheck
|
||||
run: sudo apt-get install -y shellcheck
|
||||
run: sudo apt-get update && apt-get install -y shellcheck
|
||||
|
||||
- name: Run shellcheck
|
||||
run: |
|
||||
shellcheck -V
|
||||
shellcheck -e SC2244 -e SC2243 neofetch
|
||||
shellcheck -e SC2244 -e SC2243 -e SC2154 neofetch
|
||||
./neofetch
|
||||
|
|
Loading…
Reference in a new issue