mirror of
https://github.com/nicholaswilde/recipes.git
synced 2026-02-04 19:25:34 +00:00
feat: add Marry Me Butter Beans recipe
- Add recipe source and metadata - Add ingredients with emoji shortcodes - Update AGENTS.md to reflect emoji convention - Register recipe in zensical.toml - Fixes #1296
This commit is contained in:
@ -184,6 +184,15 @@ tasks:
|
||||
desc: Update git submodules
|
||||
cmds:
|
||||
- "git submodule update --init --recursive --remote"
|
||||
validate:
|
||||
desc: Validate zensical.toml
|
||||
cmds:
|
||||
- python3 -c "import tomllib, sys; tomllib.load(open('zensical.toml', 'rb'))"
|
||||
preconditions:
|
||||
- test: test -n "$(python3 -c 'import tomllib' 2>/dev/null && echo 'found')"
|
||||
msg: |
|
||||
tomllib not found. Please install a Python version that includes tomllib (Python 3.11+).
|
||||
silent: true
|
||||
default:
|
||||
cmds:
|
||||
- task -a
|
||||
|
||||
Reference in New Issue
Block a user