Validate Docker builder image on CI

This commit is contained in:
Claudio Ortolina
2026-04-12 12:42:42 +01:00
parent ae262352c6
commit b95cfd6e43
+2
View File
@@ -80,6 +80,8 @@ jobs:
run: | run: |
fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color
fd . '.claude/hooks' -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: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest