We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shellcheck
contrib
1 parent abaeeea commit 7f1dd84Copy full SHA for 7f1dd84
.github/workflows/build.yml
@@ -32,11 +32,12 @@ jobs:
32
run: |
33
rustup target add thumbv7m-none-eabi
34
sudo apt-get -y install gcc-arm-none-eabi
35
- - name: shellcheck the CI script
+ - name: shellcheck the CI and `contrib` scripts
36
if: "matrix.platform == 'ubuntu-latest'"
37
38
sudo apt-get -y install shellcheck
39
shellcheck ci/*.sh -aP ci
40
+ shellcheck contrib/*.sh -aP contrib
41
- name: Set RUSTFLAGS to deny warnings
42
if: "matrix.toolchain == '1.63.0'"
43
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
0 commit comments