add CI checks #2
lint.yml
on: pull_request
cargo-fmt
18s
clippy
19s
clippy-native-cpu
14s
clippy-all-features
23s
tests
18s
tests-native-cpu
15s
tests-miri-big-endian
1m 1s
Annotations
11 errors and 7 warnings
clippy-native-cpu:
crates/five8/src/decode.rs#L224
transmute used without annotations
|
clippy-native-cpu:
crates/five8/src/decode.rs#L236
transmute used without annotations
|
clippy-native-cpu:
crates/five8/src/encode.rs#L795
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy-native-cpu
Process completed with exit code 101.
|
clippy:
crates/five8/src/decode.rs#L360
the borrowed expression implements the required traits
|
clippy:
crates/five8/src/encode.rs#L848
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy:
crates/five8/src/encode.rs#L862
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy:
crates/five8/src/encode.rs#L874
this expression creates a reference which is immediately dereferenced by the compiler
|
clippy
Process completed with exit code 101.
|
clippy-all-features:
crates/five8/src/decode.rs#L236
transmute used without annotations
|
clippy-all-features
Process completed with exit code 101.
|
tests-native-cpu
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy-native-cpu
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
cargo-fmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy-all-features
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests-miri-big-endian
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|