Skip to content

chore: add commit lint in workflow #1

chore: add commit lint in workflow

chore: add commit lint in workflow #1

Workflow file for this run

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