Skip to content

Commit

Permalink
chore(lint): check only new issues (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored Dec 21, 2023
1 parent af8c8d3 commit e821ec6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches:
- "main"

permissions:
contents: read
pull-requests: read

jobs:
golangci:
runs-on: ubuntu-latest
Expand All @@ -26,6 +30,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
docker:
runs-on: ubuntu-latest
needs: [ golangci ]
Expand Down

0 comments on commit e821ec6

Please # to comment.