Skip to content

All Checks

All Checks #14

Workflow file for this run

name: All Checks
on:
pull_request:
workflow_run:
workflows: ["Update WP Deps"]
types:
- completed
jobs:
enforce-all-checks:
runs-on: ubuntu-latest
permissions:
checks: read
steps:
- name: GitHub Checks
uses: poseidon/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}