Skip to content

Commit d5663e1

Browse files
committed
build: 🔨 add run-all recipe to justfile to simply checks
1 parent 98f98b3 commit d5663e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@_default:
22
just --list --unsorted
33

4+
run-all: install-deps format-python check-python run-tests
5+
46
# Generate SVG images from all PlantUML files
57
generate-puml-all:
68
docker run --rm -v $(pwd):/puml -w /puml ghcr.io/plantuml/plantuml:latest -tsvg "**/*.puml"

0 commit comments

Comments
 (0)