Fix linter in CI

It turns out that YAML anchors are not supported
https://github.com/cli/cli/actions/runs/115915028
This commit is contained in:
Mislav Marohnić 2020-05-26 18:28:19 +02:00
parent 3122696140
commit cd163f020c

View file

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