Skip to content

ci: [bot] Update 'README.md' #19366

ci: [bot] Update 'README.md'

ci: [bot] Update 'README.md' #19366

name: Check commits for compliance with conventional commit spec
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
on:
- push
jobs:
cogCheck:
name: check conventional commit compliance
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
- name: Conventional commits check
uses: cocogitto/cocogitto-action@390bda87a19bf627e03ad075c67a11e9ddbb7547 # v4
with:
command: check