diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 30ce36f6..f70a1210 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -28,3 +28,9 @@ jobs: steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.peertube -L + + check-pixelfed: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: nix build .#checks.x86_64-linux.pixelfed -L