Skip to content

feat: PPT-1323 Added endpoint for module error retrieval (#382) #216

feat: PPT-1323 Added endpoint for module error retrieval (#382)

feat: PPT-1323 Added endpoint for module error retrieval (#382) #216

Triggered via push May 20, 2024 01:37
Status Success
Total duration 44s
Artifacts

changelog.yml

on: push
generate  /  version
12s
generate / version
generate  /  generate
13s
generate / generate
Fit to window
Zoom out
Zoom in

Annotations

1 error, 4 warnings, and 1 notice
generate / generate
Process completed with exit code 1.
generate / version
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/.
generate / version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
generate / generate
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/ShadowingOuterLocalVar: src/placeos-rest-api/controllers/modules.cr#L249
Shadowing outer local variable `stream`
Style/VerboseBlock: src/placeos-rest-api/controllers/asset_types.cr#L61
Use short block notation instead: `each(&.asset_count=(counts[type.id]? || 0_i64))`