Skip to content

🐛 fix release action workflow #68

🐛 fix release action workflow

🐛 fix release action workflow #68

Workflow file for this run

name: PR verification
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
name: Verify PR contents
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Title
id: verifier
uses: ./cmd/verify-pr
with:
github_token: ${{ secrets.GITHUB_TOKEN }}