actions-marketplace-validations/File content checker
Uses json input to validate lines of specific file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the file to be verified | yes | — |
| structure | Expected file content structure | yes | — |
| strip | Remove spaces at the beginning and at the end of the line read from the file path | no | true |
| empty | Use empty lines for comparison | no | false |
| lower | Text from file to lowercase | no | true |
Outputs
| name | description |
|---|---|
| warning | Problem encountered during run |
| result | Result of the execution |
| inform | Informative message |