Skip to content

Commit

Permalink
revert: do not lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 7, 2024
1 parent ff1a5cf commit 2fc8641
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fc8641

Please sign in to comment.