Skip to content

Commit

Permalink
ci: ensure all checks pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Feb 21, 2025
1 parent 48b02d8 commit e7f9db4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/all-checks-pass.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: All checks pass
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
allchecks:
runs-on: ubuntu-latest
permissions:
checks: read
contents: read

steps:
- uses: wechuli/allcheckspassed@v1

0 comments on commit e7f9db4

Please sign in to comment.