add rustfmt to bors

This commit is contained in:
Tamo 2021-06-30 10:49:10 +02:00
parent 29bf6a8d42
commit 3a9b86ad55
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ status = [
'Tests on ubuntu-18.04',
'Tests on macos-latest',
'Cargo check on Windows',
'Run Clippy'
'Run Clippy',
'Run Rustfmt'
]
# 3 hours timeout
timeout-sec = 10800