File tree 3 files changed +4
-30
lines changed
3 files changed +4
-30
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
tasks :
3
- - name : init
3
+ - name : install
4
4
short : i
5
- script : bash scripts/githook.sh
6
- description : setup git hooks
7
- usage : setup git hooks
5
+ script : go install ./cmd/github-comment
6
+ description : go install
7
+ usage : go install
8
8
- name : coverage
9
9
short : c
10
10
description : test a package (fzf is required)
@@ -43,12 +43,6 @@ tasks:
43
43
required : true
44
44
validate :
45
45
- regexp : " ^v\\ d+\\ .\\ d+.\\ d+(-\\ d+)?$"
46
- - name : ci-local
47
- description : run the Drone pipeline at localhost (drone-cli is required)
48
- usage : run the Drone pipeline at localhost (drone-cli is required)
49
- script : time drone exec --pipeline build --event pull_request
50
- environment :
51
- LOCAL : " true"
52
46
- name : shellcheck
53
47
description : shellcheck
54
48
usage : shellcheck
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments