Skip to content

Commit

Permalink
Merge pull request #17 from skip-mev/zygis/fix-golint
Browse files Browse the repository at this point in the history
fix: golint
  • Loading branch information
Zygimantass authored Dec 21, 2023
2 parents 1659753 + eac0b97 commit 2602edc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
with:
go-version: 1.21.3
- uses: actions/checkout@v4
- name: initialize workspace
run: |
go work init ||;
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
only-new-issues: true
args: --timeout=5m
args: --timeout=5m

0 comments on commit 2602edc

Please sign in to comment.