Skip to content
Snippets Groups Projects
Commit 441a5fb1 authored by Pan YANG's avatar Pan YANG
Browse files

chore: add commitlint GitHub action

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

Close TD-15061
parent 666ec340
Branches fix/TS-1374-D
No related tags found
No related merge requests found
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment