Skip to content

👻 Bump clap from 4.5.31 to 4.5.37 #80

👻 Bump clap from 4.5.31 to 4.5.37

👻 Bump clap from 4.5.31 to 4.5.37 #80

Workflow file for this run

name: PR Checks
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
name: Verify PR contents
steps:
- name: Check Title
id: verifier
uses: project-openubl/release-tools/cmd/verify-pr@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}