Merge pull request #988 from cli/fix-linter-from-prs

Enable linting for pull requests
This commit is contained in:
Nate Smith 2020-05-22 13:18:00 -05:00 committed by GitHub
commit fd49cf69e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,12 @@
name: Lint
on:
push:
push: &paths
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
<<: *paths
jobs:
lint: