Skip to content

ci: add commitlint

ci: add commitlint #1

Workflow file for this run

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