Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 #373

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 #373

Workflow file for this run

name: commitlint
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --prefer-offline
- name: Lint commit message
run: npx commitlint --from=HEAD~1