diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39ea306..28a9c44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,10 @@ jobs: - name: Install dependencies run: yarn - - name: Lint - run: yarn lint --fix + - name: Reformat + run: | + yarn prettier --write . + yarn lint --fix - name: Build run: yarn build