Skip to content

docs: #228 and # 219 implemented. #28

docs: #228 and # 219 implemented.

docs: #228 and # 219 implemented. #28

Workflow file for this run

---
name: "Check commit"
# 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: commit-check/commit-check-action@v1
with:
message: true
branch: false
author-name: true
author-email: true
commit-signoff: false
dry-run: false
job-summary: true