From b95cfd6e431310a10b93d38b4d292b14ce948895 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 12 Apr 2026 12:42:42 +0100 Subject: [PATCH] Validate Docker builder image on CI --- .github/workflows/test_and_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 9f989935..96e93ff7 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -80,6 +80,8 @@ jobs: run: | fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color fd . '.claude/hooks' -t file --exec shellcheck --color + - name: 🐳 Validate Docker builder image + run: mise run dev:validate-docker-image test: runs-on: ubuntu-latest