Skip to content

chore: add a workflow to lint commit messages in CI #16

chore: add a workflow to lint commit messages in CI

chore: add a workflow to lint commit messages in CI #16

Workflow file for this run

name: QA Checks
on: [push]
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]