statusnone420/Diff Drift
Run diff-drift check on a pull request or branch: an AST-level drift report for TS/TSX/JS/JSX plus package.json dependency drift, with severity exit codes. Flags are review prompts, not vulnerability verdicts. Requires a Windows runner and a checkout with full history (fetch-depth: 0).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Repository path to analyze (relative to the workspace). | no | . |
| baseline | Baseline to compare against: merge-base, head, trust-point, or any git rev (branch, tag, SHA). merge-base needs origin/main or origin/master, which actions/checkout only provides with fetch-depth: 0. | no | merge-base |
| fail-on | Lowest active-flag severity that fails the step: none, low, medium, or high. Usage errors (exit 64) always fail. | no | medium |
| version | Diff Drift release tag to download the CLI from. | no | v0.5.1 |
Outputs
| name | description |
|---|---|
| exit-code | Exit code from diff-drift check (0 none, 1 low, 2 medium, 3 high, 64 usage error). |
| report-path | Path to the Markdown drift report. |