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