Skip to content

Commit ef9280d

Browse files
committed
chore(dev): add just check
1 parent 0561adf commit ef9280d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ master-pull:
99

1010
clear-env:
1111
rm -rf {{justfile_directory()}}/.venv
12+
13+
check:
14+
poetry run ruff check {{justfile_directory()}}/sshgen
15+
poetry run ruff format {{justfile_directory()}}/sshgen

0 commit comments

Comments
 (0)