Skip to content

build(deps-dev): bump typescript-eslint from 8.58.2 to 8.59.0 #5251

build(deps-dev): bump typescript-eslint from 8.58.2 to 8.59.0

build(deps-dev): bump typescript-eslint from 8.58.2 to 8.59.0 #5251

Workflow file for this run

name: commitlint
on: [push, pull_request]
permissions: read-all
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
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