Only golint new problems

This commit is contained in:
Kristoffer Dalby 2022-01-28 17:40:39 +00:00
parent f59071ff1c
commit ab45cd37f8
1 changed files with 6 additions and 0 deletions

View File

@ -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: