Skip to content

Commit

Permalink
Merge pull request #141 from trifork/update/wait-for-all-checks-action
Browse files Browse the repository at this point in the history
Create wait-for-all-checks.yml
  • Loading branch information
cthtrifork authored Oct 27, 2023
2 parents b8b4dc8 + 20dc19c commit 81cfc24
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wait-for-all-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: summary
on:
pull_request:
jobs:
enforce-all-checks:
runs-on: ubuntu-latest
permissions:
checks: read
steps:
- name: GitHub Checks
uses: poseidon/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 81cfc24

Please sign in to comment.