Skip to content

Fix portable fast-path predicates #192

Fix portable fast-path predicates

Fix portable fast-path predicates #192

Workflow file for this run

name: Contributing
on:
pull_request_target:
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
metadata:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
- name: Check PR metadata
run: python3 scripts/check_contributing_metadata.py --event "$GITHUB_EVENT_PATH"