We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86508e5 commit 70fc24bCopy full SHA for 70fc24b
justfile
@@ -52,6 +52,7 @@ lint-commit-msg file:
52
# - trufflehog
53
# - typos
54
# - venom
55
+
56
install:
57
lefthook install
58
pipelight.yaml
@@ -15,7 +15,7 @@ pipelines:
15
steps:
16
- name: Run unit tests
17
commands:
18
- - echo go test -v ./...
+ - task --verbose test
19
20
- name: docs
21
@@ -26,4 +26,4 @@ pipelines:
26
27
- name: Build documentation pages
28
29
- - echo task docs
+ - task --verbose docs
0 commit comments