Skip to content

👻 Bump serde from 1.0.217 to 1.0.226 #118

👻 Bump serde from 1.0.217 to 1.0.226

👻 Bump serde from 1.0.217 to 1.0.226 #118

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 }}