Skip to content

chore(deps): Bump thiserror from 2.0.16 to 2.0.17 #81

chore(deps): Bump thiserror from 2.0.16 to 2.0.17

chore(deps): Bump thiserror from 2.0.16 to 2.0.17 #81

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