Skip to content

Commit a5aef14

Browse files
committed
Have shellcheck check all scripts in contrib
1 parent e99ff45 commit a5aef14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ jobs:
3232
run: |
3333
rustup target add thumbv7m-none-eabi
3434
sudo apt-get -y install gcc-arm-none-eabi
35-
- name: shellcheck the CI script
35+
- name: shellcheck the CI and `contrib` scripts
3636
if: "matrix.platform == 'ubuntu-latest'"
3737
run: |
3838
sudo apt-get -y install shellcheck
3939
shellcheck ci/*.sh -aP ci
40+
shellcheck contrib/*.sh -aP contrib
4041
- name: Set RUSTFLAGS to deny warnings
4142
if: "matrix.toolchain == '1.63.0'"
4243
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)