mirror of
https://github.com/openai/codex.git
synced 2026-04-29 00:55:38 +00:00
Add Rust install instructions and pre-commit cargo build hook
This commit is contained in:
@@ -6,4 +6,10 @@ repos:
|
||||
entry: python3 agentydragon/tools/check_task_frontmatter.py
|
||||
language: python
|
||||
additional_dependencies: [PyYAML]
|
||||
files: ^agentydragon/tasks/[0-9]{2}-.*\.md$
|
||||
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
|
||||
Reference in New Issue
Block a user