Skip to content

Commit

Permalink
Abstract away the required-checks feature (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 committed Jul 12, 2024
1 parent e2f05f0 commit 35c1c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 45 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ jobs:
needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck, check-flake]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check job statuses
env:
RESULTS: ${{ toJSON(needs) }}
run: python .github/workflows/required_checks.py
- uses: Smaug123/all-required-checks-complete-action@05b40a8c47ef0b175ea326e9abb09802cb67b44e
with:
needs-context: ${{ toJSON(needs) }}
40 changes: 0 additions & 40 deletions .github/workflows/required_checks.py

This file was deleted.

0 comments on commit 35c1c11

Please sign in to comment.