Skip to content

Commit

Permalink
Fix workflow file for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nugget committed Dec 29, 2024
1 parent a52d4d4 commit 41dcd22
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint on roadtrip package
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2
working-directory: roadtrip
- name: golangci-lint on vehiclestats example
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.2
working-directory: examples/vehiclestats

0 comments on commit 41dcd22

Please sign in to comment.