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: run:
shell: bash shell: bash
steps: steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup - name: Setup
run: rustup component add rustfmt run: rustup component add rustfmt
- name: Format - name: Format