We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f486ca commit 7a27f55Copy full SHA for 7a27f55
.github/workflows/makefile.yml
@@ -14,8 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
17
- - name: Install
18
- run: make install
+ - name: Build
+ run: make build
19
20
- - name: Testing
+ - name: Test
21
run: make test
README.md
@@ -1,3 +1,13 @@
1
+<!--
2
+ * @Author: robert zhang <robertzhangwenjie@gmail.com>
3
+ * @Date: 2022-09-01 16:41:59
4
+ * @LastEditTime: 2022-09-02 11:09:10
5
+ * @LastEditors: robert zhang
6
+ * @Description:
7
+-->
8
+# Commitizen
9
+A git commit message generator for standardizing our commit msg
10
+
11
# Getting Started
12
13
## Installation with source code
0 commit comments