add checkout
This commit is contained in:
parent
629a2611d8
commit
4ac4667843
|
@ -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