X Tutup
Skip to content

Commit 54e68ae

Browse files
committed
Enable linting for pull requests
1 parent 331deb8 commit 54e68ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint.yml

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

911
jobs:
1012
lint:

0 commit comments

Comments
 (0)
X Tutup