Add ci check for parity-publish and fix current check issues (#1887)

Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com>
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Lulu
2023-10-31 18:04:31 +00:00
committed by GitHub
parent 6e2f94f81c
commit 495d24d730
75 changed files with 334 additions and 250 deletions
+2
View File
@@ -20,6 +20,8 @@
#![warn(missing_docs)]
use staging_node_cli as node_cli;
fn main() -> sc_cli::Result<()> {
node_cli::run()
}