Skip to content

build(deps-dev): bump ruff from 0.4.9 to 0.4.10 #850

build(deps-dev): bump ruff from 0.4.9 to 0.4.10

build(deps-dev): bump ruff from 0.4.9 to 0.4.10 #850

name: Check commit message
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Check commit message
run: |
python -m pip install -U pip commitizen
cz check -m "$(git show -s --format=%s)"