Skip to content

Commit

Permalink
Check with shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Feb 7, 2021
1 parent 98b5f67 commit 8aba56c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
- uses: docker://koalaman/shellcheck-alpine
with:
args: /bin/sh -c "shellcheck -x *.sh industrial_ci/scripts/*_ci industrial_ci/src/*.sh industrial_ci/src/*/*.sh"
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: docker://mvdan/shfmt
with:
args: -d -i 4 .
industrial_ci:
strategy:
matrix:
Expand Down

0 comments on commit 8aba56c

Please sign in to comment.