lutherism/STL Validator
Validate STL files in CI — check parse, triangle count, and bounding box. Community tool from orobot.io.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Glob pattern to match STL files (relative to repo root) | no | **/*.stl |
| github-token | GitHub token for posting PR comments (optional). Pass secrets.GITHUB_TOKEN. | no | "" |
Outputs
| name | description |
|---|---|
| valid_count | Number of STL files that passed validation |
| invalid_count | Number of STL files that failed validation |
| total_triangles | Total triangle count across all valid STL files |
| failed_files | Comma-separated list of files that failed validation (empty if all passed) |