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