Skip to content

Commit 6abf606

Browse files
authored
chore(ci): run linting only for code changes (#312)
Update docs without triggering linters :-)
1 parent 0e2660b commit 6abf606

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Lint
22
on:
33
pull_request:
4+
paths:
5+
- '**.go'
6+
- 'go.mod'
7+
- 'go.sum'
8+
- '.github/workflows/lint.yml'
49
jobs:
510
golangci-lint:
611
name: golangci-lint

0 commit comments

Comments
 (0)