mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 03:45:04 +00:00
Add missing comma and use double-quotes to bors.toml
This commit is contained in:
parent
e997749a9c
commit
0de029c466
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
status = [
|
status = [
|
||||||
'Rust (ubuntu-latest)'
|
"Rust (ubuntu-latest)",
|
||||||
'Rust (windows-latest)',
|
"Rust (windows-latest)",
|
||||||
'Rust (macos-latest)',
|
"Rust (macos-latest)",
|
||||||
"TypeScript"
|
"TypeScript"
|
||||||
]
|
]
|
||||||
delete_merged_branches = true
|
delete_merged_branches = true
|
||||||
|
|
Loading…
Reference in a new issue