mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user