Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

chore: bump @types/node from 22.8.2 to 22.8.4 (#171) #203

chore: bump @types/node from 22.8.2 to 22.8.4 (#171)

chore: bump @types/node from 22.8.2 to 22.8.4 (#171) #203

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.2.2
- 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.2.2
- name: Setup and Run Commitlint
uses: wagoid/commitlint-github-action@v6.1.2