添加github workflow,检查代码是否已经格式化 (#342)

* 添加github workflow,检查代码是否已经格式化
This commit is contained in:
LoGin
2023-08-24 18:50:52 +08:00
committed by GitHub
parent f09a98329c
commit 9a367aa7eb
14 changed files with 122 additions and 23 deletions

View File

@ -42,4 +42,4 @@ fn main() {
.write_to_file(out_path.join("bindings.rs"))
.expect("Couldn't write bindings!");
}
}
}