WIP: automated-testing #9

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

View File

@ -11,6 +11,8 @@ jobs:
name: format name: format
steps: steps:
- name: TODO put in image base - name: TODO put in image base
run: "rustup component add rustfmt && ls" run: rustup component add rustfmt
- name: ls
run: "ls -al && pwd"
- name: rustfmt - name: rustfmt
run: cargo fmt --check run: cargo fmt --check