diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed5380..f101d44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: - golangci-lint steps: - uses: actions/checkout@v4 - - name: Setup Nix - uses: ./.github/actions/setup-nix - - name: Run linter - run: nix run .#lint-${{ matrix.linter }} + # - name: Setup Nix + # uses: ./.github/actions/setup-nix + # - name: Run linter + # run: nix run .#lint-${{ matrix.linter }} build: runs-on: ubuntu-latest