diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index c223e920..2bb1a243 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -14,8 +14,8 @@ jobs: node-version: "12.x" - name: Format run: | - yarn - yarn format + yarn + yarn format - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: