Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.22.0 #802

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.22.0

build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 8.22.0 #802

Workflow file for this run

name: Git
on: pull_request
jobs:
commitlint:
name: Conventional Commits
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v6.0.1
with:
configFile: .commitlintrc.json