diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a2636c6..a7f69e9 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -14,3 +14,10 @@ jobs: steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.pre-commit -L + + check-website: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: cd website && nix-shell --command run-tests + - run: cd website && nix-build -A build