diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed5380..fe8b2b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,18 +7,18 @@ on: types: [ opened, reopened, labeled, synchronize ] jobs: - lint: - runs-on: ubuntu-latest - strategy: - matrix: - linter: - - golangci-lint - steps: - - uses: actions/checkout@v4 - - name: Setup Nix - uses: ./.github/actions/setup-nix - - name: Run linter - run: nix run .#lint-${{ matrix.linter }} + # lint: + # runs-on: ubuntu-latest + # strategy: + # matrix: + # linter: + # - golangci-lint + # steps: + # - uses: actions/checkout@v4 + # - name: Setup Nix + # uses: ./.github/actions/setup-nix + # - name: Run linter + # run: nix run .#lint-${{ matrix.linter }} build: runs-on: ubuntu-latest