Skip to content

fix(deps): update dependency is-binary-path to v3 #343

fix(deps): update dependency is-binary-path to v3

fix(deps): update dependency is-binary-path to v3 #343

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- 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