0

Do not run go linting on web-only changes

This commit is contained in:
Gabe Kangas 2022-08-26 14:27:37 -07:00 committed by GitHub
parent b1376497ca
commit 87ca4c9434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
name: lint
on:
push:
pull_request:
paths-ignore:
- 'webroot/**'
- 'web/**'
permissions:
contents: read