Skip to content

fix(ci): make rust-ci workflow run #8

fix(ci): make rust-ci workflow run

fix(ci): make rust-ci workflow run #8

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