add rustfmt
Some checks failed
checks / format (push) Failing after 2s
checks / format (pull_request) Failing after 2s
Some checks failed
checks / format (push) Failing after 2s
checks / format (pull_request) Failing after 2s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user