summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@acidalie.com>2022-08-19 09:05:33 +0200
committerGitHub <noreply@github.com>2022-08-19 09:05:33 +0200
commit53c75cb81ec4551fde6dab3e26ef55ff6cd7e7f2 (patch)
tree73ecbfeae6dfd6c9a3d084c769e802d1e22dc560 /.github
parentee3047cd76ad7485526f262442d97a48c6427349 (diff)
parente67ad4d292fb734ed8d6931e7b400cbc2f916dc8 (diff)
Merge pull request #1326 from matthiasbeyer/add-shellcheck
Add shellcheck action, fix issues
Diffstat (limited to '.github')
-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