Skip to content

ci(commitlint): add configFile option #5

ci(commitlint): add configFile option

ci(commitlint): add configFile option #5

Workflow file for this run

name: Commit Lint
on:
pull_request:
push:
jobs:
commit-lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Lint
uses: wagoid/commitlint-github-action@v5
with:
configFile: commitlint.config.ts