Skip to content

chore: add some commitlint configurations to the templates #19

chore: add some commitlint configurations to the templates

chore: add some commitlint configurations to the templates #19

Workflow file for this run

name: QA Checks
on:
push:
branches-ignore:
- dependabot/**
pull_request:
jobs:
qa-checks:
name: QA Checks
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup Python for the Environment
uses: actions/[email protected]
- name: Setup and Run the Pre-Commit Hooks
uses: pre-commit/[email protected]
commitlint:
name: Check Commit Messages
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup and Run Commitlint
uses: wagoid/[email protected]