https://github.com/glyphack/simu
https://github.com/glyphack/simu
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glyphack/simu
- Owner: Glyphack
- License: apache-2.0
- Created: 2025-08-16T13:21:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-10-08T16:30:25.000Z (10 months ago)
- Last Synced: 2025-10-08T18:41:40.082Z (10 months ago)
- Language: Rust
- Size: 664 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Pre-commit Hook
----------------
Enable the repo’s pre-commit hook to run checks before each commit:
```
git config core.hooksPath .githooks
```
This sets Git to use hooks from `.githooks/`. The `pre-commit` hook runs `./check.sh` and will block commits if checks fail.