diff --git a/justfile b/justfile index fa29b3a71..36a3593ae 100644 --- a/justfile +++ b/justfile @@ -19,6 +19,8 @@ run PLAN PARAMS: uv run blueapi -c tests/system_tests/config.yaml controller run -i {{ SESSION }} {{ PLAN }} '{{ PARAMS }}' lint: + uv run blueapi config-schema -u + uv run blueapi schema -u uv run prek run --all-files uv run pyright src tests