Skip to content

Commit

Permalink
ci: run shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Sep 24, 2020
1 parent 4dbe155 commit a00808b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ jobs:
executor: linux-clang-latest
steps:
- checkout
- run:
name: "Run shellcheck"
command: |
git ls-files '*.sh' | xargs shellcheck
- run:
name: "Check code format"
command: |
Expand Down

0 comments on commit a00808b

Please sign in to comment.