From 2fc8641d7b20b8d5fc4ee2b88097e71350ec2dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 7 Nov 2024 14:37:06 +0100 Subject: [PATCH] revert: do not lint --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48403fb4e..9b0db4f9f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,18 +39,6 @@ jobs: - name: Print out the modules to be used run: echo "${{ steps.set-modified-modules.outputs.modules }}[*]" - lint: - needs: detect-modules - strategy: - matrix: - module: ${{ fromJSON(needs.detect-modules.outputs.modules) }} - uses: ./.github/workflows/ci-lint-go.yml - with: - fail-fast: true - project-directory: "${{ matrix.module }}" - rootless-docker: false - ryuk-disabled: false - test: needs: - lint