Skip to content

Commit

Permalink
Make golangci-lint a requirement for build/deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Apr 24, 2020
1 parent 595f49f commit c1e844f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,15 @@ workflows:
- build-docker-images:
requires:
- deps
- lint
- test
filters:
tags:
only: /.*/
- build-linux-packages:
requires:
- deps
- lint
- test
filters:
branches:
Expand Down

0 comments on commit c1e844f

Please sign in to comment.