mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Add missing licenses and tune the scanning workflow (#1288)
* Add missing Cumulus licenses * Typo * Add missing Substrate licenses * Single job checking the sub-repos in steps * Remove dates * Remove dates * Add missing (C) * Update FRAME UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update more UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
error: Duplicated version attribute
|
||||
--> $DIR/no_duplicate_versions.rs:7:2
|
||||
|
|
||||
7 | #[version(2)]
|
||||
| ^
|
||||
--> tests/ui/no_duplicate_versions.rs:24:2
|
||||
|
|
||||
24 | #[version(2)]
|
||||
| ^
|
||||
|
||||
error: Previous version with the same number defined here
|
||||
--> $DIR/no_duplicate_versions.rs:5:2
|
||||
|
|
||||
5 | #[version(2)]
|
||||
| ^
|
||||
--> tests/ui/no_duplicate_versions.rs:22:2
|
||||
|
|
||||
22 | #[version(2)]
|
||||
| ^
|
||||
|
||||
Reference in New Issue
Block a user