WIP: automated-testing #9

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

View File

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