update bors required status checks

This commit is contained in:
collin 2021-02-10 13:28:40 -08:00
parent a72215e83a
commit 102f7fd6dd

View File

@ -1,3 +1,8 @@
# Required status checks that must pass before merging
status = [
"CI" # triggers ci workflow
# Cargo fmt check must pass
"style",
# Cargo clippy check must pass
"clippy"
]