Skip to content

1234567: test commit #32

1234567: test commit

1234567: test commit #32

Workflow file for this run

name: PR Check
on:
pull_request:
branches:
- 'main'
types: [ opened, reopened, edited, synchronize ]
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
policy-check:
uses: ./.github/workflows/policy-check.yml
permissions:
pull-requests: write