Skip to content

Commit

Permalink
Don't run golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 13, 2024
1 parent 8ee59cc commit afcae76
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ jobs:
rustup update
make build-libpreflight
- name: Run golangci-lint
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
with:
version: v1.51.1 # this is the golangci-lint version
args: --issues-exit-code=0 # exit without errors for now - won't fail the build
github-token: ${{ secrets.GITHUB_TOKEN }}
only-new-issues: true
# Disable this for now since this workflow ignores golangci-lint failures anyway (i.e. --issues-exit-code=0)
# - name: Run golangci-lint
# uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
# with:
# version: v1.51.1 # this is the golangci-lint version
# args: --issues-exit-code=0 # exit without errors for now - won't fail the build
# github-token: ${{ secrets.GITHUB_TOKEN }}
# only-new-issues: true



Expand Down

0 comments on commit afcae76

Please sign in to comment.