Skip to content

refactor: validate repos with git commands & improve readability #79

refactor: validate repos with git commands & improve readability

refactor: validate repos with git commands & improve readability #79

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/[email protected]