Skip to content

chore: bump wagoid/commitlint-github-action from 5.4.4 to 5.4.5 (#45) #82

chore: bump wagoid/commitlint-github-action from 5.4.4 to 5.4.5 (#45)

chore: bump wagoid/commitlint-github-action from 5.4.4 to 5.4.5 (#45) #82

Workflow file for this run

name: QA Checks
on:
push:
branches-ignore:
- dependabot/**
jobs:
qa-checks:
name: QA Checks
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Install Pre-Commit and the Hooks
run: |
pipx install pre-commit
npm install
- name: Run the Hooks for QA Checks
run: npm run pre-commit
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]