Skip to content

chore(deps): bump the dependencies group across 1 directory with 17 updates #723

chore(deps): bump the dependencies group across 1 directory with 17 updates

chore(deps): bump the dependencies group across 1 directory with 17 updates #723

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