Skip to content

docs: update ontology readme #12

docs: update ontology readme

docs: update ontology readme #12

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