Skip to content

Commit

Permalink
chore: Fix pipelight
Browse files Browse the repository at this point in the history
  • Loading branch information
yonas committed Oct 18, 2024
1 parent 86508e5 commit 70fc24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ lint-commit-msg file:
# - trufflehog
# - typos
# - venom

install:
lefthook install

Expand Down
4 changes: 2 additions & 2 deletions pipelight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipelines:
steps:
- name: Run unit tests
commands:
- echo go test -v ./...
- task --verbose test

- name: docs

Expand All @@ -26,4 +26,4 @@ pipelines:
steps:
- name: Build documentation pages
commands:
- echo task docs
- task --verbose docs

0 comments on commit 70fc24b

Please sign in to comment.