WIP: add automated format check #8

Closed
cascode wants to merge 8 commits from automated-testing into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b98fd1352a - Show all commits

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