adds full CI checks for rust #6
rust.yaml
on: pull_request
cargo test
7s
cargo check
7s
cargo fmt
7s
cargo fix
7s
cargo clippy
8s
cargo audit
7s
Annotations
6 errors and 12 warnings
cargo audit
Process completed with exit code 127.
|
cargo clippy
Process completed with exit code 127.
|
cargo check
Process completed with exit code 127.
|
cargo fix
Process completed with exit code 127.
|
cargo fmt
Process completed with exit code 127.
|
cargo test
Process completed with exit code 127.
|
cargo audit
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
cargo audit
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/
|
cargo clippy
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
cargo clippy
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/
|
cargo check
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
cargo 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/
|
cargo fix
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
cargo fix
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/
|
cargo fmt
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
cargo fmt
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/
|
cargo test
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
cargo 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/
|