Skip to content

Commit

Permalink
Trying to fix the lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m3talux committed Oct 31, 2024
1 parent 1fa5639 commit 719ed91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Install golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.2
echo "$HOME/bin" >> $GITHUB_PATH
- name: Run golangci-lint
run: ./bin/golangci-lint run -v
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
run:
# Timeout for analysis, e.g. 30s, 5m.
# Default: 1m
timeout: 10m
timeout: 3m


# This file contains only configs which differ from defaults.
Expand Down

0 comments on commit 719ed91

Please sign in to comment.