ci: add CI for clippy, rustfmt and shell scripts (#193)

This commit is contained in:
skbeh
2023-02-04 13:52:20 +08:00
committed by GitHub
parent c93fa1af59
commit 3181dd17bc
11 changed files with 197 additions and 74 deletions

View File

@@ -745,4 +745,4 @@ pub fn check_rule(policy: &str) -> Result<()> {
apply_one_rule(&statement, true)?;
}
Ok(())
}
}