eraydin/Semantic PDF Diff Check
Run spdfdiff check from a repository .spdfdiff.toml and upload deterministic artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 7, 2026
- License
- None
Pinned Snippet
uses: eraydin/semantic-pdf-diff@a3fa1d09831694525551260fd164f632d4a16b3f # v0.1.13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to the spdfdiff TOML check config. | no | .spdfdiff.toml |
| binary | spdfdiff executable name or path. | no | spdfdiff |
| install-command | Command used when the binary is not already available. | no | cargo install --locked --path "${GITHUB_ACTION_PATH}/crates/spdfdiff_cli" |
| artifact-name | Name for uploaded check artifacts. | no | spdfdiff-check |
| artifact-path | Directory containing artifacts written by the check config. | no | target/spdfdiff-check |
| upload-artifacts | Upload the configured output directory as a workflow artifact. | no | true |
Outputs
| name | description |
|---|---|
| exit-code | Exit code returned by spdfdiff check. |