Skip to content

Commit

Permalink
Run linters as part of GitHub test action
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio committed Jun 12, 2020
1 parent 1f5a009 commit 2757ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
with:
go-version: 1.13.x
-
name: debug
run: pwd && ls -la
name: Execute code linter
run: make lint
-
name: Execute unit tests
run: GO111MODULE=on go test -mod=vendor ./...

0 comments on commit 2757ee8

Please sign in to comment.