This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 20:15:01 -07:00
parent 27ad99f4be
commit 771294f65d
12 changed files with 143 additions and 114 deletions

View File

@@ -5,11 +5,11 @@ repos:
name: Check agentydragon task frontmatter
entry: python3 agentydragon/tools/check_task_frontmatter.py
language: python
additional_dependencies: [PyYAML]
additional_dependencies: [PyYAML, toml, pydantic]
files: ^agentydragon/tasks/[0-9]{2}-.*\.md$
- id: cargo-build
name: Check Rust workspace builds
entry: bash -lc 'cd codex-rs && cargo build --workspace --locked'
language: system
pass_filenames: false
require_serial: true
require_serial: true