Skip to content

Commit

Permalink
ci:fix silly go check
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 30, 2020
1 parent 605c4af commit 0f13f47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci/check_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
set -x
set -e

GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt

# stop the build if there are any formatting errors
GO111MODULE=on pre-commit run --all-files shfmt
shfmt -l -d -i 2 -ci -w .

0 comments on commit 0f13f47

Please sign in to comment.