Skip to content

Merge branch 'master' into dependabot/npm_and_yarn/undici-6.27.0 #1481

Merge branch 'master' into dependabot/npm_and_yarn/undici-6.27.0

Merge branch 'master' into dependabot/npm_and_yarn/undici-6.27.0 #1481

Workflow file for this run

name: commitlint
on: [push, pull_request]
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Lint commit message
run: npx commitlint --from=HEAD~1