bwc9876/Check Outer Wilds mod
Checks an Outer Wilds mod for common errors and warnings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sourceType | The type of source to pull the mod from (`repo`, `url`, or `zip`) | yes | — |
| source | The source of the mod | yes | — |
| expectedUniqueName | The expected unique name of the mod | no | "" |
| skipDuplicateCheck | Whether to skip the duplicate check | no | false |
| token | The GitHub token to use for downloading the action, defaults to workflow token | yes | ${{ github.token }} |
| overrideName | The name to use for the action, defaults to `Mod Checker` | no | Mod Checker |
Outputs
| name | description |
|---|---|
| resultJson | The JSON output of the action |