Skip to content

chore(deps): update dependency lint-staged to v15.2.4 #386

chore(deps): update dependency lint-staged to v15.2.4

chore(deps): update dependency lint-staged to v15.2.4 #386

Workflow file for this run

name: Validate Commit Messages
on: [pull_request]
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [20]
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
uses: bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # v1.10.2
with:
install-command: npm ci --foreground-scripts
- name: Run commitlint
uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6
env:
NODE_PATH: ${{ github.workspace }}/node_modules