Devops: Update docker compose + add CI #2
ci.yaml
on: pull_request
stable / fmt
17s
stable / clippy
1m 28s
stable / test
29s
stable / doc
34s
Annotations
5 errors
stable / test:
ipfs/src/lib.rs#L154
unused variable: `edit`
|
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
empty line after doc comment:
core/src/system_ids.rs#L14
error: empty line after doc comment
--> core/src/system_ids.rs:14:1
|
14 | / /**
15 | | * Relations are a data model that enable us to create references between some
16 | | * arbitrary id and a set of entity ids.
17 | | *
... |
30 | | */
31 | |
| |_
...
36 | pub const RELATION: &str = "c167ef23fb2a40449ed945123ce7d2a9";
| ------------------------ the comment documents this constant
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= note: `-D clippy::empty-line-after-doc-comments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_line_after_doc_comments)]`
= help: if the empty line is unintentional remove it
|
empty line after doc comment:
core/src/system_ids.rs#L242
error: empty line after doc comment
--> core/src/system_ids.rs:242:1
|
242 | / /**
243 | | * Addresses for important contracts on our L3.
244 | | *
245 | | * Note: If you want to test deployments on a different network (e.g. local or Mumbai),
246 | | * you can update these addresses to point to the correct contracts on that network.
247 | | */
248 | |
| |_
249 | pub const PROFILE_REGISTRY_ADDRESS: &str = "0xc066E89bF7669b905f869Cb936818b0fd0bc456d";
| ---------------------------------------- the comment documents this constant
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
= help: if the empty line is unintentional remove it
|
stable / clippy
Clippy has exited with exit code 101
|