Skip to content

chore: replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0 #2611

chore: replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0

chore: replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0 #2611

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.13.1
- name: Commitlint
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose