Skip to content

Commit

Permalink
feat(travis): add fmt check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-gleif committed Oct 31, 2018
1 parent 5281091 commit 76f0a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
install:
- make init
- make travis/docker-login
- make packages/reinstall/shfmt
- make bash/fmt/check

script:
- make deps
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ bash/fmt:
shfmt -l -w $(PWD)

bash/fmt/check:
shfmt -d $(PWD)
shfmt -d $(PWD)/rootfs

0 comments on commit 76f0a24

Please sign in to comment.