use correct workflow names

This commit is contained in:
collin 2021-02-10 16:21:17 -08:00
parent 8c68b9e9ee
commit 2128025df5

View File

@ -1,8 +1,8 @@
# Required status checks that must pass before merging
status = [
# Cargo fmt check must pass
"style",
"Check Style",
# Cargo clippy check must pass
"clippy"
"Clippy"
]