Skip to content

Commit

Permalink
feat(commitizen): add installation support on lume
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed May 25, 2023
1 parent e7fd8c8 commit 98ebeb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: petisco-fastapi-example
install:
run:
- pip install -U -r requirements/dev-requirements.txt -r requirements/requirements.txt
- pre-commit install
- pre-commit install --hook-type commit-msg

uninstall:
run:
Expand Down Expand Up @@ -38,6 +38,11 @@ steps:
run: pytest -m acceptance
test-property:
run: pytest -m property
cz-check:
run: cz check --commit-msg-file .git/COMMIT_EDITMSG
cz-changelog:
run: cz changelog


other_steps:
local: lume.local.yml
Expand Down

0 comments on commit 98ebeb8

Please sign in to comment.