Skip to content

chore(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 6.20.0 #35

chore(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 6.20.0

chore(deps-dev): Bump @typescript-eslint/parser from 6.18.0 to 6.20.0 #35

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
# Check commitlint
- name: Check commitlint
uses: wagoid/commitlint-github-action@v5