Skip to content

chore(deps): Bump exchange-rs from 8eaf080 to b0408ef #62

chore(deps): Bump exchange-rs from 8eaf080 to b0408ef

chore(deps): Bump exchange-rs from 8eaf080 to b0408ef #62

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