Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Sep 11, 2023
1 parent 7720854 commit 9cccd89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
go-version-file: "go.mod"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
run: make lint-go-ops
- name: Store lint report artifact
if: always()
Expand All @@ -41,7 +40,6 @@ jobs:
go-version-file: "go.mod"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
run: make lint-go-integration-tests
- name: Store lint report artifact
if: always()
Expand All @@ -64,7 +62,6 @@ jobs:
go-version-file: "go.mod"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
run: make lint-go-relay
- name: Store lint report artifact
if: always()
Expand Down

0 comments on commit 9cccd89

Please sign in to comment.