Skip to content

chore(deps): bump the gh-actions group with 7 updates #819

chore(deps): bump the gh-actions group with 7 updates

chore(deps): bump the gh-actions group with 7 updates #819

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@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn install --immutable
- uses: wagoid/commitlint-github-action@v6
env:
NODE_PATH: ${{ github.workspace }}/node_modules