mirror of
https://github.com/Smaug123/dotnet-classical-ciphers
synced 2025-12-15 04:25:40 +00:00
Fix required checks (#37)
This commit is contained in:
5
.github/workflows/dotnet.yaml
vendored
5
.github/workflows/dotnet.yaml
vendored
@@ -93,7 +93,10 @@ jobs:
|
|||||||
run: nix develop --command markdown-link-check README.md
|
run: nix develop --command markdown-link-check README.md
|
||||||
|
|
||||||
all-required-checks-complete:
|
all-required-checks-complete:
|
||||||
|
if: ${{ always() }}
|
||||||
needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck]
|
needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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