Skip to content

Commit

Permalink
Only golint new problems
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby committed Jan 28, 2022
1 parent f59071f commit ab45cd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
with:
version: latest

# Only block PRs on new problems.
# If this is not enabled, we will end up having PRs
# blocked because new linters has appared and other
# parts of the code is affected.
only-new-issues: true

prettier-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ab45cd3

Please sign in to comment.