Skip to content

refactor(docs): renamed many files #26

refactor(docs): renamed many files

refactor(docs): renamed many files #26

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