Add OIDC connect #158
pull-request-checks.yml
on: pull_request
quality-ensurance
1m 26s
Annotations
2 errors and 1 warning
|
quality-ensurance
reviewdog exited with status code: 1
|
|
quality-ensurance:
packages/api/src/server/todo_lists.rs#L101
[clippy] reported by reviewdog 🐶
error: struct update has no effect, all the fields in the struct have already been specified
--> packages/api/src/server/todo_lists.rs:101:15
|
101 | ..Default::default()
| ^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#needless_update
= note: `-D clippy::needless-update` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_update)]`
Raw Output:
packages/api/src/server/todo_lists.rs:101:15:e:error: struct update has no effect, all the fields in the struct have already been specified
--> packages/api/src/server/todo_lists.rs:101:15
|
101 | ..Default::default()
| ^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#needless_update
= note: `-D clippy::needless-update` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_update)]`
__END__
|
|
quality-ensurance
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, giraffate/clippy-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|