Skip to content

chore(deps): update dependency cspell to v10.1.1 #559

chore(deps): update dependency cspell to v10.1.1

chore(deps): update dependency cspell to v10.1.1 #559

Workflow file for this run

name: Validate Commit Messages
on: [pull_request]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commitlint:
name: Run commitlint
env:
FORCE_COLOR: '1'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: ./.github/actions/prepare
- name: Run commitlint
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
env:
NODE_PATH: ${{ github.workspace }}/node_modules