{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json", "packages": [ "shellcheck@latest", "hadolint@latest", "yamllint@latest" ], "shell": { "init_hook": [ "echo 'radicle recipe: use `abra` (installed separately) for deploys; shellcheck/hadolint/yamllint here for linting.'" ], "scripts": { "lint": [ "shellcheck node-entrypoint.sh.tmpl abra.sh", "hadolint build/node/Dockerfile build/explorer/Dockerfile", "yamllint -d relaxed compose.yml .drone.yml" ] } } }