Skip to content

Commit

Permalink
CI: Run lint if ".golangci.yml" was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Oct 26, 2023
1 parent 861c4e6 commit 1333d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches: [ master ]
paths:
- '.github/workflows/lint.yml'
- '.golangci.yml'
- '**.go'
- 'go.*'
pull_request:
branches: [ master ]
paths:
- '.github/workflows/lint.yml'
- '.golangci.yml'
- '**.go'
- 'go.*'

Expand Down

0 comments on commit 1333d82

Please sign in to comment.