[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
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- 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
run: |