From 53c9f1ca375ec0a3eeb7f954cc75a6aa68fe93ac Mon Sep 17 00:00:00 2001 From: Chris Smith <1979423+chris13524@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:43:04 -0500 Subject: [PATCH] chore: auto update submodules (#384) --- justfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index e5d70ded..3babaa0e 100644 --- a/justfile +++ b/justfile @@ -38,10 +38,14 @@ clean: @echo '==> Cleaning project target/*' cargo clean +# Make sure we are running the right submodule versions +update-submodules: + git submodule update --init --recursive + # Lint the project for any quality issues lint: clippy fmt -unit: lint test test-all lint-tf +unit: update-submodules lint test test-all lint-tf devloop: unit fmt-imports #!/bin/bash -eux