From 51f622a2dc282a2d8a178b0461d99a22744c1d4e Mon Sep 17 00:00:00 2001 From: Zicklag Date: Sat, 5 Nov 2022 14:35:35 -0500 Subject: [PATCH] Add Bors Configuration --- .github/bors.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/bors.toml diff --git a/.github/bors.toml b/.github/bors.toml new file mode 100644 index 0000000000..5d12d7dd7c --- /dev/null +++ b/.github/bors.toml @@ -0,0 +1,5 @@ +status = [ + "Check Rust formatting", + "Clippy correctness checks (x86_64-unknown-linux-gnu, target)", +# "Clippy correctness checks (wasm32-unknown-unknown, web-target)", +] \ No newline at end of file