Skip to content

feat(zone): [PPT-1416] add timezone field to zone #74

feat(zone): [PPT-1416] add timezone field to zone

feat(zone): [PPT-1416] add timezone field to zone #74

Status Failure
Total duration 2m 2s
Artifacts

ci.yml

on: push
Matrix: spec
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 6 warnings, and 17 notices
spec (nightly, true)
Process completed with exit code 1.
spec (false, 1.3.2)
Process completed with exit code 1.
spec (nightly, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
spec (false, 1.3.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
spec (false, latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint/MissingBlockArgument: src/placeos/api_wrapper.cr#L40
Missing anonymous block argument. Use `&` as an argument name to indicate yielding method.
Lint/MissingBlockArgument: src/placeos/client.cr#L32
Missing anonymous block argument. Use `&` as an argument name to indicate yielding method.
style / crystal-style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Style/QueryBoolMethods: src/placeos/api/models/trigger_instance.cr#L9
Consider using 'getter?' for 'enabled'
Style/QueryBoolMethods: src/placeos/api/models/trigger_instance.cr#L10
Consider using 'getter?' for 'triggered'
Style/QueryBoolMethods: src/placeos/api/models/trigger_instance.cr#L11
Consider using 'getter?' for 'important'
Style/QueryBoolMethods: src/placeos/api/models/trigger_instance.cr#L12
Consider using 'getter?' for 'exec_enabled'
Style/QueryBoolMethods: src/placeos/api/models/system.cr#L50
Consider using 'getter?' for 'bookable'
Style/QueryBoolMethods: src/placeos/api/models/driver.cr#L28
Consider using 'getter?' for 'ignore_connected'
Style/QueryBoolMethods: src/placeos/api/models/oauth_application.cr#L13
Consider using 'getter?' for 'skip_authorization'
Style/QueryBoolMethods: src/placeos/api/models/oauth_application.cr#L14
Consider using 'getter?' for 'confidential'
Style/QueryBoolMethods: src/placeos/api/models/module.cr#L31
Consider using 'getter?' for 'makebreak'
Style/QueryBoolMethods: src/placeos/api/models/module.cr#L48
Consider using 'getter?' for 'connected'
Style/QueryBoolMethods: src/placeos/api/models/module.cr#L51
Consider using 'getter?' for 'running'
Style/QueryBoolMethods: src/placeos/api/models/module.cr#L54
Consider using 'getter?' for 'ignore_connected'
Style/QueryBoolMethods: src/placeos/api/models/module.cr#L58
Consider using 'getter?' for 'ignore_startstop'
Style/QueryBoolMethods: src/placeos/api/models/ping.cr#L6
Consider using 'getter?' for 'pingable'
Style/QueryBoolMethods: src/placeos/api/models/asset_instance.cr#L18
Consider using 'getter?' for 'approval'
Style/QueryBoolMethods: src/placeos/api/models/trigger.cr#L14
Consider using 'getter?' for 'important'
Style/QueryBoolMethods: src/placeos/api/models/trigger.cr#L16
Consider using 'getter?' for 'enable_webhook'