diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index a2636c6e..9d75c541 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -14,3 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.pre-commit -L + + check-pixelfed-garage: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: nix build .#checks.x86_64-linux.pixelfed-garage -L