Skip to content

Commit dd700e9

Browse files
committed
ci: add commit-lint.yml file
Enable commitlint to check commit message format. Signed-off-by: Jiaxing Shi <[email protected]>
1 parent 81fb920 commit dd700e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/commit-lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: CI Linters for Pull Requets
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
commitlint:
7+
uses: qualcomm-qrb-ros/.github/.github/workflows/commitlint.yml@commitlint

0 commit comments

Comments
 (0)