Skip to content

chore: 🤖 update dependency @commitlint/cli to v19 #3544

chore: 🤖 update dependency @commitlint/cli to v19

chore: 🤖 update dependency @commitlint/cli to v19 #3544

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
name: Commitlint
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Issue: https://github.com/conventional-changelog/commitlint/issues/3256
- name: Remove TSConfig file
run: rm -rf ./tsconfig.json
- uses: wagoid/commitlint-github-action@v5