wipe2238/ScanMsg
Fallout .msg files scanner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to directories/files which should be scanned. If not set, current working directory is used. | no | — |
| no-exitcode | If enabled, action will never fail build, even if errors in .msg files are found. Otherwise, action's exitcode equals number of errors. | no | false |
| relaxed | If enabled, some of minor checks will be disabled, allowing to pass mods based on Fallout2 scripts sources. By default | no | false |
| translations | Path to one or more directories containing translations. If set, 'path' must point to base language (most likely text/english/), which will be used Some inputs are ignored in translations scanning mode ('no-exitcode', 'relaxed'). | no | "" |
| workdir | Working directory. | no | ${{ github.workspace }} |
| executable | — | no | upstream |
Outputs
no outputs