Fix required checks (#37)

This commit is contained in:
Patrick Stevens
2024-07-14 12:22:46 +01:00
committed by GitHub
parent aebe13db6e
commit f93d2bc10c

View File

@@ -93,7 +93,10 @@ jobs:
run: nix develop --command markdown-link-check README.md
all-required-checks-complete:
if: ${{ always() }}
needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck]
runs-on: ubuntu-latest
steps:
- run: echo "All required checks complete."
- uses: Smaug123/all-required-checks-complete-action@05b40a8c47ef0b175ea326e9abb09802cb67b44e
with:
needs-context: ${{ toJSON(needs) }}