Fix required checks (#65)

This commit is contained in:
Patrick Stevens
2024-07-14 11:11:32 +01:00
committed by GitHub
parent df22898e58
commit 43c7842fac

View File

@@ -19,8 +19,10 @@ jobs:
run: "nix flake check --all-systems"
all-required-checks-complete:
if: ${{ always() }}
runs-on: "ubuntu-latest"
steps:
- run: "echo \"All required checks complete.\""
needs:
- "flake-check"
- uses: Smaug123/all-required-checks-complete-action@05b40a8c47ef0b175ea326e9abb09802cb67b44e
with:
needs-context: ${{ toJSON(needs) }}
needs: [ "flake-check" ]