pupilfirst/Check Repository Structure
Fetches a GitHub repo from a submission and verified presence of paths in it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 27, 2023
- License
- None
Pinned Snippet
uses: pupilfirst/check-repo-action@e1006beb8ba8b61552410306abc39fd285a7ad39 # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| globs | Globs to check, one per line. | yes | — |
| repoPath | Path to the repository. | no | "" |
| testMode | Set to true for debugging | no | false |
| submissionJsonPath | Path to the submission.json file for testing | no | "" |
Outputs
| name | description |
|---|---|
| result | Returns 'success' if all checks pass. |