We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28d0ab commit 7052f5aCopy full SHA for 7052f5a
.github/bors.toml
@@ -6,4 +6,5 @@ status = [
6
"ci-linux (stable, thumbv6m-none-eabi)",
7
"ci-linux (stable, thumbv7m-none-eabi)",
8
"ci-linux (1.35.0, x86_64-unknown-linux-gnu)",
9
+ "fmt",
10
]
.github/workflows/rustfmt.yml
@@ -7,7 +7,6 @@ name: Code formatting check
jobs:
fmt:
- name: Rustfmt
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
0 commit comments