Skip to content

Commit c7d9cce

Browse files
committed
fix: remove redundant golangci-lint run step from CI
1 parent 6d5f23f commit c7d9cce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,4 @@ jobs:
122122
find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \;
123123
exit 1
124124
fi
125-
- name: errors
126-
run: golangci-lint run
127-
if: ${{ failure() }}
125+

0 commit comments

Comments
 (0)