Skip to content

Commit deb78ca

Browse files
chore: update cmdx tasks
1 parent ec11f8c commit deb78ca

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

Diff for: .cmdx.yaml

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
tasks:
3-
- name: init
3+
- name: install
44
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
88
- name: coverage
99
short: c
1010
description: test a package (fzf is required)
@@ -43,12 +43,6 @@ tasks:
4343
required: true
4444
validate:
4545
- 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"
5246
- name: shellcheck
5347
description: shellcheck
5448
usage: shellcheck

Diff for: scripts/durl.sh

-8
This file was deleted.

Diff for: scripts/githook.sh

-12
This file was deleted.

0 commit comments

Comments
 (0)