We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2660b commit 6abf606Copy full SHA for 6abf606
1 file changed
.github/workflows/lint.yml
@@ -1,6 +1,11 @@
1
name: Lint
2
on:
3
pull_request:
4
+ paths:
5
+ - '**.go'
6
+ - 'go.mod'
7
+ - 'go.sum'
8
+ - '.github/workflows/lint.yml'
9
jobs:
10
golangci-lint:
11
name: golangci-lint
0 commit comments