Skip to content

Commit

Permalink
chore: disable lint action for now, because of golangci/golangci-lint…
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskaya committed Mar 17, 2023
1 parent 2a92352 commit 9d84a79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
with:
go-version: 1.20.2

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-pkg-cache: true
# FIXME: https://github.com/golangci/golangci-lint-action/issues/677
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v3
# with:
# skip-pkg-cache: true

- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit 9d84a79

Please sign in to comment.