Skip to content

Commit

Permalink
chore(ci): remove only-new-issues option
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Oct 30, 2024
1 parent 41877d1 commit 4e65389
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
# Optional: golangci-lint command line arguments.
args: |
--config="${{ github.workspace }}/${{ github.repository_owner }}/meta/golangci.yml"
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
lint-soft:
strategy:
Expand All @@ -63,5 +61,3 @@ jobs:
args: |
--config="${{ github.workspace }}/${{ github.repository_owner }}/meta/golangci-soft.yml" \
--issues-exit-code=0
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true

0 comments on commit 4e65389

Please sign in to comment.