chore(deps): Bump exchange-rs from 816cfe4 to d71f1be
#100
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 }} |