add checkout

This commit is contained in:
cascode _ 2023-10-21 01:45:53 -07:00 committed by cascode
parent 629a2611d8
commit 4ac4667843
1 changed files with 1 additions and 0 deletions

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