Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3a3d15

Browse files
fix: run lint in all circumstances (#68)
We need to run the linter in all circumstances, otherwise it cannot be a required check.
1 parent 1608ce2 commit b3a3d15

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
name: Lint
22
on:
33
push:
4-
paths:
5-
- "**.go"
6-
- go.mod
7-
- go.sum
8-
paths-ignore:
9-
- '**.md'
104
pull_request:
11-
paths:
12-
- "**.go"
13-
- go.mod
14-
- go.sum
15-
paths-ignore:
16-
- '**.md'
175

186
permissions:
197
contents: read

0 commit comments

Comments
 (0)