Skip to content

Commit

Permalink
Update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldev committed May 12, 2024
1 parent 2c2099c commit aad1425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
branches: [ main ]
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
pull_request:
branches: [ main ]
paths:
- '**.go'
- 'go.mod'
- 'go.sum'

jobs:
lint:
Expand Down

0 comments on commit aad1425

Please sign in to comment.