Modernise CI etc (#2)

This commit is contained in:
Patrick Stevens
2024-07-14 13:02:50 +01:00
committed by GitHub
parent 4c6a4a2bb2
commit 56c801b9c4
10 changed files with 133 additions and 445 deletions

View File

@@ -91,7 +91,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) }}