Skip to content

build(deps-dev): bump the dev-dependencies group across 1 directory with 26 updates #1154

build(deps-dev): bump the dev-dependencies group across 1 directory with 26 updates

build(deps-dev): bump the dev-dependencies group across 1 directory with 26 updates #1154

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
fetch-depth: 0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '24'
- run: yarn install --immutable
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5.5.1
env:
NODE_PATH: ${{ github.workspace }}/node_modules