Skip to content

docs(readme): fix CI badge #10

docs(readme): fix CI badge

docs(readme): fix CI badge #10

Workflow file for this run

name: Conventional Commits Compliance
on:
push:
pull_request:
jobs:
cog_check_job:
runs-on: ubuntu-latest
name: Check conventional commit compliance
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 0
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3.5
with:
check-latest-tag-only: true