Skip to content

Commit

Permalink
Abstract away the required-checks feature (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Jul 12, 2024
1 parent d387763 commit 5d5417c
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 @@ -183,11 +183,9 @@ jobs:
needs: [check-dotnet-format, check-nix-format, build, build-nix, linkcheck, flake-check, analyzers, nuget-pack, expected-pack, github-release-plugin-dry-run]
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) }}

attestation:
runs-on: ubuntu-latest
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/required_checks.py

This file was deleted.

0 comments on commit 5d5417c

Please sign in to comment.