diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 4ec5836..d1ff749 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -21,3 +21,9 @@ jobs: - uses: actions/checkout@v4 - run: cd website && nix-build -A tests - run: cd website && nix-build -A build + + check-peertube: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: nix build .#checks.x86_64-linux.peertube -L