Skip to content

Commit

Permalink
Add new just recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 1, 2024
1 parent a06c35f commit f3debac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ check:
ruff check --fix
ruff format

install-hook:
rm .git/hooks/pre-commit
cp scripts/pre-commit.sh .git/hooks/pre-commit

# Spin up a local documentation of the project
docs:
.venv/bin/mkdocs serve
Expand Down

0 comments on commit f3debac

Please sign in to comment.