Validate Docker builder image on CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user