Skip to content

FEC-10 feat: add commit lint on create PR and pre commit hooks #3

FEC-10 feat: add commit lint on create PR and pre commit hooks

FEC-10 feat: add commit lint on create PR and pre commit hooks #3

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5