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:
parent
3122696140
commit
cd163f020c
1 changed files with 5 additions and 2 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue