iobroker/ioBroker Testing: check and lint

Perform type checking, linting and testing of an ioBroker adapter package

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
node-versionNode.js versionyes
install-commandOverwrite the default install commandnpm ci
package-cacheDefine which package manager to use for dependency caching. Set to 'false' to disable caching.npm
type-checkingSet to true when the adapter should be type-checkedfalse
type-checking-commandOverwrite the default type checking commandnpm run check
lintSet to true when the adapter has a linter configuredfalse
lint-commandOverwrite the default lint commandnpm run lint
test-commandOverwrite the default test commandnpm run test:package

no outputs