diff --git a/justfile b/justfile index cfc3825..66db121 100644 --- a/justfile +++ b/justfile @@ -52,6 +52,7 @@ lint-commit-msg file: # - trufflehog # - typos # - venom + install: lefthook install diff --git a/pipelight.yaml b/pipelight.yaml index b13e116..a04f381 100644 --- a/pipelight.yaml +++ b/pipelight.yaml @@ -15,7 +15,7 @@ pipelines: steps: - name: Run unit tests commands: - - echo go test -v ./... + - task --verbose test - name: docs @@ -26,4 +26,4 @@ pipelines: steps: - name: Build documentation pages commands: - - echo task docs + - task --verbose docs