From e1cba258c46d039a799fea1b7705b1b18c0344ee Mon Sep 17 00:00:00 2001 From: Peter Holloway Date: Thu, 21 May 2026 11:21:06 +0100 Subject: [PATCH] chore: Regenerate schemas as part of just 'lint' recipe --- justfile | 2 ++ 1 file changed, 2 insertions(+) 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