Skip to content

chore: 🤖 update typescript-eslint monorepo to v8 (major) #1676

chore: 🤖 update typescript-eslint monorepo to v8 (major)

chore: 🤖 update typescript-eslint monorepo to v8 (major) #1676

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
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.17.0
- name: Commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose