Enable linting for pull requests

This commit is contained in:
Mislav Marohnić 2020-05-22 19:40:00 +02:00
parent 331deb852b
commit 54e68ae5b2

View file

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