Skip to content

Commit

Permalink
chore(ci): add All checks pass GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed May 29, 2024
1 parent c7679df commit ae93502
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/all_checks_pas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: All checks pass
on:
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
jobs:
allchecks:
runs-on: ubuntu-latest
steps:
- uses: wechuli/allcheckspassed@v1

0 comments on commit ae93502

Please sign in to comment.