Skip to content

build(deps): bump the gh-actions group across 1 directory with 7 updates #1187

build(deps): bump the gh-actions group across 1 directory with 7 updates

build(deps): bump the gh-actions group across 1 directory with 7 updates #1187

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: '24'
- run: yarn install --immutable
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
env:
NODE_PATH: ${{ github.workspace }}/node_modules