add rustfmt
This commit is contained in:
parent
a27214c8da
commit
b98fd1352a
|
@ -10,5 +10,7 @@ jobs:
|
|||
image: "rust:1.73-alpine3.18"
|
||||
name: format
|
||||
steps:
|
||||
- name: TODO put in image base
|
||||
run: rustup component add rustfmt
|
||||
- name: rustfmt
|
||||
run: cargo fmt --check
|
||||
|
|
Loading…
Reference in New Issue