Skip to content

Commit

Permalink
revert: simple lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 7, 2024
1 parent ff1a5cf commit e30d9a0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ jobs:
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
runs-on: 'ubuntu-latest'
steps:
- run: echo "hello lint"

test:
needs:
Expand Down

0 comments on commit e30d9a0

Please sign in to comment.