Skip to content

chore: bump actions/checkout from 4.1.5 to 4.1.6 (#100) #137

chore: bump actions/checkout from 4.1.5 to 4.1.6 (#100)

chore: bump actions/checkout from 4.1.5 to 4.1.6 (#100) #137

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/checkout@v4.1.6
- 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/checkout@v4.1.6
- name: Setup and Run Commitlint
uses: wagoid/commitlint-github-action@v6.0.1