Skip to content

Commit

Permalink
chore: auto-update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Mar 7, 2024
1 parent 81095b0 commit 2f46f2b
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 @@ -90,10 +90,14 @@ restart-keyserver-docker:
@echo '==> Restart keys-server service on docker'
docker-compose -f ./ops/docker-compose.keyserver.yml -f ./ops/docker-compose.storage.yml up -d --build --force-recreate --no-deps keyserver

# 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 commit-check

unit: lint test test-all test-doc tf-lint
unit: update-submodules lint test test-all test-doc tf-lint

devloop: unit fmt-imports

Expand Down

0 comments on commit 2f46f2b

Please sign in to comment.