We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd1912 commit 8b3e623Copy full SHA for 8b3e623
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
- uses: actions/checkout@v3
31
with:
32
persist-credentials: false
33
+
34
- uses: dtolnay/rust-toolchain@master
35
36
toolchain: ${{ matrix.rust }}
@@ -130,9 +131,11 @@ jobs:
130
131
132
133
134
135
- uses: dtolnay/rust-toolchain@stable
136
137
components: rustfmt
138
139
- run: cargo fmt --all -- --check
140
141
android_fmt:
0 commit comments