Skip to content

Commit c683d7a

Browse files
committed
ci: Add conventional commits job
1 parent 9f233be commit c683d7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ jobs:
5151
- name: Test uninstall
5252
run: |
5353
python3 -m pip uninstall -y reverse_argparse
54+
55+
commits:
56+
runs-on: ubuntu-latest
57+
steps:
58+
- name: Conventional Commits
59+
uses: taskmedia/[email protected]
60+
with:
61+
types: "build|chore|ci|docs|feat|fix|perf|style|refactor|test"

0 commit comments

Comments
 (0)