提交 441a5fb1 编写于 作者: P Pan YANG

chore: add commitlint GitHub action

Add https://github.com/marketplace/actions/commit-linter to GitHub workflow.

Close TD-15061
上级 666ec340
name: Lint Commit Messages
on: [pull_request, push]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册