diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 250f257..9f1ec19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,24 +25,3 @@ jobs: - name: Build site run: | nix build --print-build-logs - - check-and-lint: - name: Check & lint - - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 - - - name: Setup cache - uses: DeterminateSystems/magic-nix-cache-action@v8 - - - name: Run checks - run: | - nix flake check \ - --print-build-logs \ - --show-trace |
