cliper from source вот это прям точно ласт раз
All checks were successful
cliper from source / run-cliper (push) Successful in 24s
All checks were successful
cliper from source / run-cliper (push) Successful in 24s
This commit is contained in:
parent
d6341da7d1
commit
aa958de049
1 changed files with 2 additions and 2 deletions
|
|
@ -20,11 +20,11 @@ jobs:
|
||||||
|
|
||||||
- name: compiling
|
- name: compiling
|
||||||
run: |
|
run: |
|
||||||
cd CLIper
|
cd CLIper/src
|
||||||
go build -o cliper
|
go build -o cliper
|
||||||
|
|
||||||
- name: run cliper
|
- name: run cliper
|
||||||
run: |
|
run: |
|
||||||
cd CLIper
|
cd CLIper/src
|
||||||
./cliper append -t "Meeting" -c "Discuss project timeline"
|
./cliper append -t "Meeting" -c "Discuss project timeline"
|
||||||
./cliper list
|
./cliper list
|
||||||
Loading…
Add table
Add a link
Reference in a new issue