Skip to content

Commit

Permalink
try removing only-new-issues since it's 2025 now
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Jan 13, 2025
1 parent dfdf525 commit 4f658fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:
permissions:
contents: read
pull-requests: read # Remove along with only-new-issues by 2025
jobs:
golangci:
name: lint
Expand All @@ -25,6 +24,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --whole-files # Remove along with only-new-issues by 2025
version: ${{ steps.golangcilint.outputs.version }}
only-new-issues: true # Remove along with pull-requests: read permission by 2025

0 comments on commit 4f658fc

Please sign in to comment.