add rustfmt

This commit is contained in:
2023-10-21 01:34:57 -07:00
committed by cascode
parent 743506fd7d
commit 567c1e926a

View File

@ -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