Skip to content

Commit 7a27f55

Browse files
committed
chore(ci): modify github actions workflow
before: make install && make test after: make build && make test reason: make install need system root privileges
1 parent 1f486ca commit 7a27f55

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Install
18-
run: make install
17+
- name: Build
18+
run: make build
1919

20-
- name: Testing
20+
- name: Test
2121
run: make test

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
# Getting Started
212

313
## Installation with source code

0 commit comments

Comments
 (0)