Skip to content

Commit

Permalink
delete unusable step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
claudionts committed Aug 15, 2024
1 parent e0c466b commit 6f12de8
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@ jobs:
run: go get .
- name: Test with the Go CLI
run: go test ./...

golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
go-version-file: 'go.mod'

0 comments on commit 6f12de8

Please sign in to comment.