Skip to content

Commit

Permalink
Merge pull request #45 from containerish/linter-action-fix
Browse files Browse the repository at this point in the history
chore: fixes failing linter github action
  • Loading branch information
guacamole authored Oct 4, 2021
2 parents f0de530 + 05c80e8 commit 46a4e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Make Mod Fix for Skynet Deps
run: make mod-fix
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
version: v1.42.1
args: --config golangci.yaml
2 changes: 1 addition & 1 deletion golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 30s
timeout: 2m

skip-dirs:
- .go-skynet
Expand Down

0 comments on commit 46a4e26

Please sign in to comment.