dstmodders/DST Modding Tools
Run different modding tools for Don't Starve Together game
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| busted | Run Busted | no | false |
| ldoc | Run LDoc | no | false |
| luacheck | Run Luacheck | no | false |
| prettier | Run Prettier | no | false |
| stylua | Run StyLua | no | false |
| slack | Enable Slack notification | no | false |
| slack-color-default | Default color for Slack attachment | no | #1f242b |
| slack-color-failure | Failure color for Slack attachment | no | #cc1f2d |
| slack-color-success | Success color for Slack attachment | no | #24a943 |
| slack-color-warning | Warning color for Slack attachment | no | #dcad04 |
| slack-force-status | Force Slack status: success|failure|cancelled|skipped | no | "" |
| slack-luacheck-format | Slack field format for Luacheck: issues|passes|failures | no | issues |
| slack-prettier-format | Slack field format for Prettier: issues|passes|failures | no | issues |
| slack-stylua-format | Slack field format for StyLua: issues|passes|failures | no | issues |
| ignore-check-versions | Ignore check versions step (disables versions output) | no | false |
| ignore-failure | Ignore failures (action passes even when issues found or tests fail) | no | false |
| ignore-set-output | Ignore set output step (disables all action output) | no | false |
Outputs
| name | description |
|---|---|
| busted-version | Busted version |
| ldoc-version | LDoc version |
| lua-version | Lua version |
| luacheck-version | Luacheck version |
| prettier-version | Prettier version |
| stylua-version | StyLua version |
| busted-total | Number of total tests checked by Busted |
| busted-failed | Number of failed tests by Busted |
| busted-passed | Number of passed tests by Busted |
| busted-output | Busted output |
| ldoc-exit-code | Exit code of LDoc |
| ldoc-stderr | Standard error of LDoc |
| ldoc-stdout | Standard output of LDoc |
| luacheck-total | Number of total files checked by Luacheck |
| luacheck-failed | Number of failed files by Luacheck |
| luacheck-passed | Number of passed files by Luacheck |
| luacheck-issues | Number of total issues found by Luacheck |
| luacheck-output | The list of all failed files by Luacheck |
| prettier-total | Number of total files checked by Prettier |
| prettier-failed | Number of failed files by Prettier |
| prettier-passed | Number of passed files by Prettier |
| prettier-issues | Number of total issues found by Prettier |
| prettier-output | The list of all failed files by Prettier |
| stylua-total | Number of total files checked by StyLua |
| stylua-failed | Number of failed files by StyLua |
| stylua-passed | Number of passed files by StyLua |
| stylua-issues | Number of total issues found by StyLua |
| stylua-output | The list of all failed files by StyLua |