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 316155e commit 77ef9b6Copy full SHA for 77ef9b6
1 file changed
.github/workflows/test.yml
@@ -10,14 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: actions-rust-lang/setup-rust-toolchain@v1
13
- with:
14
- toolchain: stable
15
- run: cargo test
16
rustfmt:
17
runs-on: ubuntu-latest
18
19
20
+ with:
+ components: rustfmt
21
- run: cargo fmt --check
22
clippy:
23
0 commit comments