Skip to content

Commit 7052f5a

Browse files
committed
Add fmt check to bors
1 parent c28d0ab commit 7052f5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/bors.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ status = [
66
"ci-linux (stable, thumbv6m-none-eabi)",
77
"ci-linux (stable, thumbv7m-none-eabi)",
88
"ci-linux (1.35.0, x86_64-unknown-linux-gnu)",
9+
"fmt",
910
]

.github/workflows/rustfmt.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ name: Code formatting check
77

88
jobs:
99
fmt:
10-
name: Rustfmt
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)