diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46587f1..a744371 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-20.04 steps: - name: "checkout code" - uses: actions/checkout@v2.2.0 - with: - submodules: 'recursive' - fetch-depth: 0 + uses: actions/checkout@v2.2.0 + with: + submodules: 'recursive' + fetch-depth: 0 - name: build run: make base - name: test