Skip to content

Commit

Permalink
ci: Try to fail pipeline when lint is failed
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Dec 12, 2020
1 parent 48e0d44 commit d80f79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.golangci.yml"
fail_on_error: true

- name: Setup env
run: |
Expand Down

0 comments on commit d80f79b

Please sign in to comment.