Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1478) #4274

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1478)

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#1478) #4274

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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