Skip to content

- Added arduino uno videos #78

- Added arduino uno videos

- Added arduino uno videos #78

Triggered via push May 7, 2024 14:06
Status Success
Total duration 1m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings and 1 notice
qodana
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/.
Unnecessary 'return' statement: assets/js/shopping-creds.js#L186
`return` is unnecessary as the last statement in a function with no return value
Unnecessary 'return' statement: assets/js/shopping-creds.js#L180
`return` is unnecessary as the last statement in a function with no return value
Result of method call returning a promise is ignored: assets/js/activities.js#L216
Promise returned from createHtmlContent is ignored