WIP: add automated format check #8

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

View File

@ -10,6 +10,7 @@ jobs:
image: "rust:1.73-alpine3.18"
name: format
steps:
- uses: actions/checkout@v4
- name: TODO put in image base
run: rustup component add rustfmt
- name: ls