Skip to content

fix: increase body line length #23

fix: increase body line length

fix: increase body line length #23

Workflow file for this run

---
name: Lint Commit message
on:
push:
pull_request:
workflow_call:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: .github/configs/commitlint.config.js