Skip to content

chore(deps): Bump exchange-rs from a1e54a9 to 4fb1ab0 #69

chore(deps): Bump exchange-rs from a1e54a9 to 4fb1ab0

chore(deps): Bump exchange-rs from a1e54a9 to 4fb1ab0 #69

# SPDX-FileCopyrightText: 2025 The Neeml Developers
#
# SPDX-License-Identifier: Apache-2.0
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 }}