Skip to content

Commit

Permalink
Merge pull request #452 from afbjorklund/check
Browse files Browse the repository at this point in the history
Add make target for running more checks
  • Loading branch information
AkihiroSuda authored Dec 4, 2021
2 parents b63d499 + 985dc38 commit 6f31792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ uninstall:
lint:
golangci-lint run ./...
yamllint .
find . -name '*.sh' | xargs shellcheck
find . -name '*.sh' | xargs shfmt -s -d

.PHONY: clean
clean:
Expand Down

0 comments on commit 6f31792

Please sign in to comment.