[F] Fix shellcheck CI

This commit is contained in:
Hykilpikonna 2022-08-01 12:43:50 -04:00 committed by GitHub
parent 7a7955e58a
commit 16024267d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install shellcheck - name: Install shellcheck
run: sudo apt-get update && apt-get install -y shellcheck run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Run shellcheck - name: Run shellcheck
run: | run: |