iobroker/ioBroker Testing: check and lint
Perform type checking, linting and testing of an ioBroker adapter package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version | yes | — |
| install-command | Overwrite the default install command | — | npm ci |
| package-cache | Define which package manager to use for dependency caching. Set to 'false' to disable caching. | — | npm |
| type-checking | Set to true when the adapter should be type-checked | — | false |
| type-checking-command | Overwrite the default type checking command | — | npm run check |
| lint | Set to true when the adapter has a linter configured | — | false |
| lint-command | Overwrite the default lint command | — | npm run lint |
| test-command | Overwrite the default test command | — | npm run test:package |
Outputs
no outputs