diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ae5b5f784872..eacef9f4e23df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,6 +129,14 @@ commands: # of the -j parameter, which speeds it up a lot. git submodule update --init --recursive --force -j 8 working_directory: packages/contracts-bedrock + - run: + name: Verify mise dependencies + command: | + if command -v mise &> /dev/null; then + mise install + else + echo "mise not found, skipping" + fi notify-failures-on-develop: description: "Notify Slack" diff --git a/ops/check-changed/main.py b/ops/check-changed/main.py index fbebff51da963..a1bd1ea187f45 100644 --- a/ops/check-changed/main.py +++ b/ops/check-changed/main.py @@ -11,6 +11,7 @@ r'^\.github/\.*', r'^package\.json', r'ops/check-changed/.*', + r'^mise.toml', ] GO_PATTERNS = [