[F] Fix shellcheck CI
This commit is contained in:
parent
e7b92d9e57
commit
2dac990718
1 changed files with 2 additions and 1 deletions
|
@ -19,5 +19,6 @@ jobs:
|
|||
|
||||
- name: Run shellcheck
|
||||
run: |
|
||||
shellcheck neofetch
|
||||
shellcheck -V
|
||||
shellcheck -e SC2244 -e SC2243 neofetch
|
||||
./neofetch
|
Loading…
Reference in a new issue