Skip to content

Commit

Permalink
update: Changed to lint only when the go file is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-shanks committed Dec 31, 2020
1 parent b2c085d commit e11ad5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: lint
on:
pull_request:
types: [opened, synchronize]
paths:
- '**.go'

jobs:
golangci-lint:
Expand Down

0 comments on commit e11ad5c

Please sign in to comment.