add checkout
This commit is contained in:
parent
7e49f33b95
commit
9c97e00d5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue