Skip to content

Commit

Permalink
Merge pull request #22 from syself/ci-golang
Browse files Browse the repository at this point in the history
🐛 Fixes issue with external tilt-modules directory.
  • Loading branch information
batistein committed Dec 16, 2021
2 parents 76bfef8 + 06776f8 commit 98e16d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.go'
- '**go.mod'
- '**go.sum'
- '!tilt_modules/**'
jobs:
golangci:
name: lint
Expand Down
3 changes: 2 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@ run:
- "zz_generated.*\\.go$"
- ".*conversion.*\\.go$"
skip-dirs:
- third_party
- "third_party"
- "tilt_modules"
allow-parallel-runners: true

0 comments on commit 98e16d7

Please sign in to comment.