Skip to content

chore(deps): update all non-major dependencies with stable versions (minor) #388

chore(deps): update all non-major dependencies with stable versions (minor)

chore(deps): update all non-major dependencies with stable versions (minor) #388

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
jobs:
commitlint:
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
runs-on: ${{ vars.RUNS_ON }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: commitlint.config.ts