leo/bors.toml

8 lines
167 B
TOML
Raw Normal View History

2021-02-11 00:28:40 +03:00
# Required status checks that must pass before merging
2021-01-30 03:18:59 +03:00
status = [
2021-02-11 00:28:40 +03:00
# Cargo fmt check must pass
2021-02-11 03:21:17 +03:00
"Check Style",
2021-02-11 00:28:40 +03:00
# Cargo clippy check must pass
2021-02-11 03:21:17 +03:00
"Clippy"
2021-01-30 03:18:59 +03:00
]