Skip to content

build(deps-dev): bump rollup from 4.60.0 to 4.60.1 (#2174) #5054

build(deps-dev): bump rollup from 4.60.0 to 4.60.1 (#2174)

build(deps-dev): bump rollup from 4.60.0 to 4.60.1 (#2174) #5054

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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.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