mirror of
https://github.com/Smaug123/mystery-hunt-2023-reactivation
synced 2025-10-18 19:08:41 +00:00
Modernise CI etc (#2)
This commit is contained in:
5
.github/workflows/dotnet.yaml
vendored
5
.github/workflows/dotnet.yaml
vendored
@@ -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) }}
|
||||
|
Reference in New Issue
Block a user