Skip to content

Commit

Permalink
Add tide alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Sep 20, 2024
1 parent e2a8f7d commit 5a14be6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: All checks passed
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- edited
- labeled
- unlabeled

jobs:
check:
runs-on: ubuntu-latest
permissions:
checks: read
contents: read
steps:
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac
with:
delay: '2'
retries: '30'
polling_interval: '1'
checks_exclude: 'Markdown link check'

0 comments on commit 5a14be6

Please sign in to comment.