Skip to content

Commit

Permalink
Fix linter in CI
Browse files Browse the repository at this point in the history
It turns out that YAML anchors are not supported
https://github.com/cli/cli/actions/runs/115915028
  • Loading branch information
mislav committed May 26, 2020
1 parent 3122696 commit cd163f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cd163f0

Please sign in to comment.