Skip to content

Commit

Permalink
Add website-lint to CI
Browse files Browse the repository at this point in the history
Also remove go vetter since its covered by golangci job
  • Loading branch information
annakhm committed Nov 20, 2020
1 parent fe127ab commit d031fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ install:

script:
- make test
- make vet
- make tools
- make website-lint

branches:
only:
Expand Down

0 comments on commit d031fb4

Please sign in to comment.