Skip to content

Commit

Permalink
Remove linters for now
Browse files Browse the repository at this point in the history
  • Loading branch information
henryjcee committed Aug 22, 2024
1 parent c8ac4ca commit d3e9b4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
go-version-file: 'go.mod'
- run: go mod download
- run: go build -v .
- name: Run linters
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
# - name: Run linters
# uses: golangci/golangci-lint-action@v6
# with:
# version: latest
# skip-cache: true

generate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3e9b4b

Please sign in to comment.