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 bc8fb42 commit e908da0Copy full SHA for e908da0
.github/workflows/ci-fortuna.yml
@@ -24,6 +24,7 @@ jobs:
24
profile: minimal
25
toolchain: 1.82.0
26
override: true
27
+ components: rustfmt, clippy
28
- name: Format check
29
run: cargo fmt --all -- --check
30
if: success() || failure()
0 commit comments