Skip to content

Commit

Permalink
ci: add shfmt (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Nov 30, 2021
1 parent 8069020 commit 23d71b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ repos:
hooks:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.4.1-1
hooks:
- id: shfmt-docker

- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
Expand Down

0 comments on commit 23d71b7

Please sign in to comment.