Skip to content

chore(ci): updated GitHub Actions Workflows #6

chore(ci): updated GitHub Actions Workflows

chore(ci): updated GitHub Actions Workflows #6

Workflow file for this run

name: "Check Commits"
on: [push]
jobs:
check-commits:
runs-on: ubuntu-latest
name: check conventional commit compliance
steps:
- uses: actions/checkout@main
with:
fetch-depth: 0
- name: Conventional commits check
uses: cocogitto/cocogitto-action@v3