chelseakr/tods-validate
Validate a Transit Operational Data Standard (TODS) feed and annotate findings on the pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory or .zip file containing the TODS files. | yes | — |
| gtfs | Companion GTFS feed (directory or .zip). Leave empty if the GTFS files sit next to the TODS files. | no | "" |
| fail-on | Fail the job on findings at or above this severity (error or warning). | no | error |
| enable | Space-separated opt-in rules or categories to turn on (coverage, advisory, experimental, or specific rule IDs). | no | "" |
Outputs
| name | description |
|---|---|
| error-count | Number of errors found. |
| warning-count | Number of warnings found. |
| info-count | Number of informational findings. |