[F] Fix shellcheck CI
This commit is contained in:
parent
b7f1655472
commit
e7b92d9e57
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -13,8 +13,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install shellcheck
|
||||
run: sudo apt-get install -y shellcheck
|
||||
|
||||
- name: Run shellcheck
|
||||
run: |
|
||||
apt install -y shellcheck
|
||||
shellcheck neofetch
|
||||
./neofetch
|
||||
|
|
Loading…
Reference in a new issue