Skip to content

docs(README): fix cspell conflict #63

docs(README): fix cspell conflict

docs(README): fix cspell conflict #63

Workflow file for this run

---
name: commitlint
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
commit_check:
name: Check commit message
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run conventional commit checks
uses: wagoid/commitlint-github-action@v6