Skip to content

Commit

Permalink
Add tools folder ignore + extend lint timeout (#181)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update .golangci.yml
  • Loading branch information
austinvalle authored Oct 2, 2023
1 parent e731634 commit 2e788e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- 'README.md'
- 'CHANGELOG.md'
- 'website/*'
- 'tools/*'
push:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'website/*'
- 'tools/*'
jobs:
build:
name: Build
Expand Down
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ linters:
- unconvert
- unparam
- unused
- vet
- vet

run:
# Prevent false positive timeouts in CI
timeout: 5m

0 comments on commit 2e788e0

Please sign in to comment.