Fill language addresses (#281) #276
release.yml
on: push
check-symbols
/
test
5s
check-headers
/
compile
4s
check-headers
/
format-check
4s
check-symbols
/
format-check
6s
check-resymgen
/
format-check
6s
check-resymgen
/
build-and-test
26s
check-resymgen
/
clippy-check
24s
check-headers
/
implicit-padding-check
7s
check-headers
/
compile-no-builtin
3s
check-headers
/
compile-unsized
5s
generate-and-deploy
19s
Annotations
8 warnings
check-symbols / format-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-symbols / test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
doc list item without indentation:
src/transform.rs#L71
warning: doc list item without indentation
--> src/transform.rs:71:5
|
71 | /// a vector containing a single empty string ("").
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
71 | /// a vector containing a single empty string ("").
| +++
|
doc list item without indentation:
src/transform.rs#L69
warning: doc list item without indentation
--> src/transform.rs:69:5
|
69 | /// based on the addresses it contains.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
69 | /// based on the addresses it contains.
| +++
|
check-resymgen / clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-resymgen / clippy-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-resymgen / build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
generate-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|