Skip to content

Commit

Permalink
chore: auto update submodules (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Feb 27, 2024
1 parent 2b84853 commit 53c9f1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53c9f1c

Please sign in to comment.