Skip to content

Commit e99ff45

Browse files
committed
Have shellcheck check all scripts in ci
1 parent 3e1c9e7 commit e99ff45

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
@@ -36,7 +36,7 @@ jobs:
3636
if: "matrix.platform == 'ubuntu-latest'"
3737
run: |
3838
sudo apt-get -y install shellcheck
39-
shellcheck ci/ci-tests.sh
39+
shellcheck ci/*.sh -aP ci
4040
- name: Set RUSTFLAGS to deny warnings
4141
if: "matrix.toolchain == '1.63.0'"
4242
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)