Skip to content

Commit 6dee631

Browse files
committed
chore: add additional recipes to justfile
1 parent 61dc6d5 commit 6dee631

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

justfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ run *args='':
99

1010
@test:
1111
uv run pytest
12+
13+
@check-formatting:
14+
uv run ruff format --check
15+
16+
@format:
17+
uv run ruff format
18+
19+
@verify: check-formatting lint test
20+
echo "Format, lint, and test checks passed!"
21+

0 commit comments

Comments
 (0)