Fix required checks (#1)

This commit is contained in:
Patrick Stevens
2024-07-14 12:22:14 +01:00
committed by GitHub
parent eaa9c2ed31
commit 38fbe258d5
2 changed files with 5 additions and 1 deletions

View File

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

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ riderModule.iml
/_ReSharper.Caches/
.idea/
result
.DS_Store