Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

chore(deps): Bump serde from 1.0.219 to 1.0.223 #53

chore(deps): Bump serde from 1.0.219 to 1.0.223

chore(deps): Bump serde from 1.0.219 to 1.0.223 #53

name: "Conventional Commits Verification Workflow"
on:
pull_request:
jobs:
test-pr-commit-msg:
name: Test the PR's commit message for compliance with Conventional Commits.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}