Skip to content

chore(version): v2.0.1 #18

chore(version): v2.0.1

chore(version): v2.0.1 #18

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