Skip to content

docs: add PR and issue templates #12

docs: add PR and issue templates

docs: add PR and issue templates #12

Workflow file for this run

---
name: "Check commit"
# yamllint disable-line rule:truthy
on:
- pull_request
- push
jobs:
commit_check:
name: Run check commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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