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

Skip to content

Commit 70a855c

Browse files
authored
Merge pull request cli#996 from cli/lint-fix
Fix linter in CI
2 parents 3122696 + cd163f0 commit 70a855c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Lint
22
on:
3-
push: &paths
3+
push:
44
paths:
55
- "**.go"
66
- go.mod
77
- go.sum
88
pull_request:
9-
<<: *paths
9+
paths:
10+
- "**.go"
11+
- go.mod
12+
- go.sum
1013

1114
jobs:
1215
lint:

0 commit comments

Comments
 (0)