[F] Fix shellcheck CI

This commit is contained in:
Hykilpikonna 2022-08-01 12:33:52 -04:00 committed by GitHub
parent b7f1655472
commit e7b92d9e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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