Skip to content

Commit

Permalink
Temporarly disable lint job in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed May 12, 2024
1 parent a28ce18 commit 2774692
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ jobs:
- name: Check codegen
run: make check-generated

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-go@v5
# with:
# go-version: '1.22'
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v6
# with:
# version: latest

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2774692

Please sign in to comment.