Skip to content

chore(deps): Bump exchange-rs from b0408ef to 0bb8dab #63

chore(deps): Bump exchange-rs from b0408ef to 0bb8dab

chore(deps): Bump exchange-rs from b0408ef to 0bb8dab #63

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@v4
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}