Skip to content

Commit

Permalink
Adding linters
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 23, 2023
1 parent b1d2244 commit 0778b2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
go-version: 1.20.3

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0

- name: Build
run: go build -v -o parlay

Expand Down

0 comments on commit 0778b2f

Please sign in to comment.