Skip to content

Commit 87ccc3f

Browse files
committed
Have shellcheck check all scripts in ci
1 parent 9a013a2 commit 87ccc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: "matrix.platform == 'ubuntu-latest'"
3939
run: |
4040
sudo apt-get -y install shellcheck
41-
shellcheck ci/ci-tests.sh
41+
shellcheck ci/*.sh -aP ci
4242
- name: Set RUSTFLAGS to deny warnings
4343
if: "matrix.toolchain == '1.63.0'"
4444
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)