Skip to content

Commit

Permalink
Update GitHub Actions workflow (linting)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jun 1, 2024
1 parent a9411bb commit ee25bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m --verbose -D unused -D errcheck -D staticcheck -D govet -D gosimple -D ineffassign
# TODO: Re-enable all linters
args: --timeout 3m --verbose -D unused -D errcheck -D staticcheck -D govet -D gosimple

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee25bd5

Please sign in to comment.