Support multiple keys for key rotation #857
rust.yml
on: pull_request
Lint with clippy
48s
Verify code formatting
12s
Matrix: test
Annotations
1 error and 8 warnings
Lint with clippy
Process completed with exit code 101.
|
Verify code formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint with clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Rust nightly on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Rust nightly on ubuntu-latest:
src/signalling.rs#L12
lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
|
Test Rust stable on ubuntu-20.04
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Rust stable on ubuntu-20.04:
src/signalling.rs#L12
lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
|
Test Rust stable on ubuntu-22.04
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, hecrj/setup-rust-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Rust stable on ubuntu-22.04:
src/signalling.rs#L12
lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
|