Skip to content

Commit

Permalink
chore(dev): add just check
Browse files Browse the repository at this point in the history
  • Loading branch information
pythoninja committed Mar 10, 2024
1 parent 0561adf commit ef9280d
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 @@ -9,3 +9,7 @@ master-pull:

clear-env:
rm -rf {{justfile_directory()}}/.venv

check:
poetry run ruff check {{justfile_directory()}}/sshgen
poetry run ruff format {{justfile_directory()}}/sshgen

0 comments on commit ef9280d

Please sign in to comment.