You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize analyzer tool paths across platforms so Windows test expectations stay stable, and rewrite workflow secret gating so GitHub can parse eval and release workflows. Add repo-managed hook scripts and docs so the same workflow and Rust checks run locally before commit and push.
Made-with: Cursor
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1002,6 +1002,16 @@ The summary includes:
1002
1002
1003
1003
Contributions are welcome! Please open an issue first to discuss what you would like to change.
1004
1004
1005
+
### Local Development Checks
1006
+
1007
+
Enable the repository-managed git hooks after cloning:
1008
+
1009
+
```bash
1010
+
bash scripts/install-hooks.sh
1011
+
```
1012
+
1013
+
The hooks validate GitHub Actions workflows and run `cargo fmt --check`, `cargo clippy --all-targets -- -D warnings`, and `cargo test` before code leaves your machine. Install `actionlint` if you want full local workflow linting; otherwise the fallback check still blocks invalid `secrets.*` usage inside workflow `if:` expressions.
1014
+
1005
1015
## Supported Platforms
1006
1016
1007
1017
DiffScope provides pre-built binaries for the following platforms:
0 commit comments