Do not run go linting on web-only changes
This commit is contained in:
parent
b1376497ca
commit
87ca4c9434
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -1,7 +1,9 @@
|
|||||||
name: lint
|
name: lint
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
paths-ignore:
|
||||||
|
- 'webroot/**'
|
||||||
|
- 'web/**'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user