Skip to content

Commit

Permalink
ci: run lint and vet on monitor code
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Mar 17, 2021
1 parent 60f7ba7 commit 8eae9e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
command: |
make install-golint lint check-no-crypto11-in-signers
make show-lint
make -C tools/autograph-monitor lint
- run:
name: run gofmt
command: |
Expand All @@ -28,7 +29,9 @@ jobs:
apt-get install -y libltdl-dev
- run:
name: run go vet
command: make vet
command: |
make vet
make -C tools/autograph-monitor vet
unit-test:
docker:
Expand Down

0 comments on commit 8eae9e1

Please sign in to comment.