Skip to content

Lint Commit Messages #8257

Lint Commit Messages

Lint Commit Messages #8257

Workflow file for this run

name: Lint Commit Messages
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: equisoft-actions/lint-commits@v3