Skip to content

Commit

Permalink
try a shellcheck job 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Dec 14, 2023
1 parent 07c450c commit f85de9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 'shellcheck'
run: |
sudo apt-get --quiet 2 --option Dpkg::Use-Pty=0 install shellcheck
shellcheck -x ./*.sh
shellcheck --exclude=1091 ./*.sh
linux-glibc-debian-testing-llvm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f85de9d

Please sign in to comment.