Skip to content

chore(deps): bump the nest group with 3 updates #1445

chore(deps): bump the nest group with 3 updates

chore(deps): bump the nest group with 3 updates #1445

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
# important to have trailing / on the branch name or it could match other branches that contain solely the word dependabot
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5