From 277469298086094795e08dec84b1de98b9e025bc Mon Sep 17 00:00:00 2001 From: Jan Baraniewski Date: Sun, 12 May 2024 22:00:44 +0200 Subject: [PATCH] Temporarly disable lint job in tests workflow --- .github/workflows/test.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82eeef4..b6d1c78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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