Run if this file changes, too #79
Annotations
11 errors and 3 warnings
cucumber
Process completed with exit code 127.
|
clippy:
src/commands.rs#L33
unused import: `repo::repo`
|
clippy:
src/ghctl/repo.rs#L9
unused import: `config::RepoConfig`
|
clippy:
src/ghctl/repo/config.rs#L440
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
clippy:
src/ghctl/repo/config.rs#L505
explicit call to `.into_iter()` in function argument accepting `IntoIterator`
|
clippy:
src/ghctl/repo/config.rs#L614
use of `or_insert_with` to construct default value
|
clippy:
src/ghctl/repo/config.rs#L666
use of `or_insert_with` to construct default value
|
clippy
Process completed with exit code 101.
|
test:
src/commands.rs#L33
unused import: `repo::repo`
|
test:
src/ghctl/repo.rs#L9
unused import: `config::RepoConfig`
|
test
Process completed with exit code 101.
|
cucumber
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|