Skip to content

build(deps-dev): bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206 #1332

build(deps-dev): bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206

build(deps-dev): bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206 #1332

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)"