fix(ci): install rustfmt component for stable toolchain
CI / Frontend test and build (push) Successful in 36s
CI / Rust test (push) Successful in 44s
CI / Docker build (push) Successful in 1m19s

This commit is contained in:
devin
2026-09-19 17:39:44 +00:00
parent 9854b1a61c
commit 2310713596
+2
View File
@@ -48,6 +48,8 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: Check formatting
working-directory: backend