Skip to content

Commit

Permalink
fix: remove lint step from build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed Aug 22, 2024
1 parent ff8d3ce commit 0d064aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: go build
run: go build -v ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58

0 comments on commit 0d064aa

Please # to comment.