Skip to content

Commit

Permalink
Merge pull request cli#996 from cli/lint-fix
Browse files Browse the repository at this point in the history
Fix linter in CI
  • Loading branch information
mislav authored May 26, 2020
2 parents 3122696 + cd163f0 commit 70a855c
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 70a855c

Please sign in to comment.