Skip to content

chore(deps): Bump exchange-rs from 816cfe4 to d71f1be #100

chore(deps): Bump exchange-rs from 816cfe4 to d71f1be

chore(deps): Bump exchange-rs from 816cfe4 to d71f1be #100

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