ci: fix cookcli entrypoint — default is 'server', override to 'cook' for doctor validate
Validate Cooklang / validate (push) Successful in 5s

This commit is contained in:
2026-06-02 09:42:51 -04:00
parent 52f7b34dfc
commit 202c494fc6
+2 -1
View File
@@ -17,6 +17,7 @@ jobs:
- name: Validate all .cook files
run: |
docker run --rm \
--entrypoint cook \
-v "$(pwd):/recipes:ro" \
docker.io/inigochoa/cookcli \
cook doctor validate -b /recipes --strict
doctor validate -b /recipes --strict