Add checkout

This commit is contained in:
Maximilian Ammann 2021-12-28 17:20:37 +01:00
parent d75c72f401
commit 1e66a8ee36

View File

@ -9,6 +9,9 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup
run: rustup component add rustfmt
- name: Format