Compare commits
1 commit
79f8448b20
...
2e57ee522d
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e57ee522d |
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: https::/codeberg.org/wackbyte/rust-toolchain@trunk
|
||||
with:
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
- name: "Check Format"
|
||||
run: cargo fmt --check
|
||||
working-directory: backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue