fix: rebrand paths in workflows and configs
- Update review-bot.yml: bridges -> pezbridges, frame -> pezframe - Update build-publish-eth-rpc.yml: paritypr -> pezkuwichain, frame -> pezframe - Update checks-quick.yml: frame -> pezframe path fixes - Update release-60 workflow: frame -> pezframe path fixes - Update tests-misc.yml: frame -> pezframe path fixes - Apply cargo fix for unused parentheses in test collators
This commit is contained in:
@@ -68,7 +68,7 @@ fn main() -> Result<()> {
|
||||
None => {
|
||||
let runner = cli.create_runner(&cli.run.base).map_err(|e| {
|
||||
BizinikiwiCliError::Application(
|
||||
Box::new(e) as Box<(dyn 'static + Send + Sync + std::error::Error)>
|
||||
Box::new(e) as Box<dyn 'static + Send + Sync + std::error::Error>
|
||||
)
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user