summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-request-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull-request-checks.yml')
-rw-r--r--.github/workflows/pull-request-checks.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index e69fb710..9c029163 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -333,6 +333,14 @@ jobs:
command: test
args: --release --no-run --target=armv7-unknown-linux-gnueabihf --all-features
+ shellcheck:
+ name: Shellcheck
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Run ShellCheck
+ uses: ludeeus/action-shellcheck@master
+
### Disable cargo-tarpaulin as some tests failed only in this step
# cargo-tarpaulin:
# name: Run cargo tarpaulin