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
ci
1 parent 590477e commit 851223eCopy full SHA for 851223e
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
if: "matrix.platform == 'ubuntu-latest'"
37
run: |
38
sudo apt-get -y install shellcheck
39
- shellcheck ci/ci-tests.sh
+ shellcheck ci/*.sh -aP ci
40
- name: Set RUSTFLAGS to deny warnings
41
if: "matrix.toolchain == '1.63.0'"
42
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
0 commit comments