add rustfmt
checks / format (push) Failing after 3s Details
checks / format (pull_request) Failing after 2s Details

This commit is contained in:
cascode 2023-10-21 01:34:57 -07:00
parent e410731e99
commit ab9aed00ab
1 changed files with 2 additions and 0 deletions

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