results from logs #4859
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
actions.yml
on: pull_request
Contracts
/
Wasm tests
17m 25s
Contracts
/
Rust tests
9m 11s
Contracts
/
Clippy linter check
1m 37s
Annotations
1 error and 3 warnings
Contracts / Clippy linter check
reviewdog exited with status code: 1
|
Contracts / Clippy linter check:
framework/scenario/src/scenario/model/transaction/tx_response.rs#L146
[clippy] reported by reviewdog 🐶
warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
Raw Output:
framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57:w:warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
__END__
|
Contracts / Clippy linter check:
framework/scenario/src/scenario/model/transaction/tx_response.rs#L146
[clippy] reported by reviewdog 🐶
warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
Raw Output:
framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57:w:warning: single-character string constant used as pattern
--> framework/scenario/src/scenario/model/transaction/tx_response.rs:146:57
|
146 | ... if decoded_data.starts_with("@") {
| ^^^ help: try using a `char` instead: `'@'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
__END__
|
Contracts / Wasm tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report
Expired
|
93.5 KB |
|
report-markdown
Expired
|
5.95 KB |
|