diff options
| author | seth <[email protected]> | 2024-10-08 11:51:05 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-08 11:51:05 -0400 |
| commit | 7d6495399d5e1ba429a339de1c3a00f121e89305 (patch) | |
| tree | 447563d3b789f19939cddbb8140be3d5739cd747 | |
| parent | 20d62336a446bea6c5846805e8325b67cd59fe54 (diff) | |
ci: remove nix flake check
| -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 |
