Skip to content

chore(deps): update all non-major github actions with stable version (patch) - autoclosed #44

chore(deps): update all non-major github actions with stable version (patch) - autoclosed

chore(deps): update all non-major github actions with stable version (patch) - autoclosed #44

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@baa1b236f990293a1b2d94c19e41c2313a85e749 # v6.0.2
with:
configFile: commitlint.config.ts