WIP: automated-testing #9

Draft
cascode wants to merge 30 commits from automated-testing into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 3b14b93d17 - Show all commits

View File

@ -10,5 +10,7 @@ jobs:
image: "rust:1.73-alpine3.18" image: "rust:1.73-alpine3.18"
name: format name: format
steps: steps:
- name: TODO put in image base
run: rustup component add rustfmt
- name: rustfmt - name: rustfmt
run: cargo fmt --check run: cargo fmt --check