Skip to content

Commit 7a59792

Browse files
committed
First version for umbrella crate
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent ff2b178 commit 7a59792

24 files changed

Lines changed: 3581 additions & 562 deletions

File tree

.config/zepter.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ workflows:
2525
'--show-path',
2626
'--quiet',
2727
]
28-
# Same as `check`, but with the `--fix` flag.
28+
# The umbrella crate uses more features, so we to check those too:
29+
check_umbrella:
30+
- [ $check.0, '--features=serde,experimental,with-tracing', '-p=polkadot-sdk' ]
31+
# Same as `check_*`, but with the `--fix` flag.
2932
default:
3033
- [ $check.0, '--fix' ]
34+
- [ $check_umbrella.0, '--fix' ]
3135

3236
# Will be displayed when any workflow fails:
3337
help:

0 commit comments

Comments
 (0)