diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6847218..0a5b900 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: run: | yarn install - name: Lint - run: yarn cli lint + run: yarn cli lint --write - name: Build run: yarn cli build @@ -57,6 +57,6 @@ jobs: run: | yarn install - name: Lint - run: yarn react lint + run: yarn react lint --write - name: TypeScript Compile run: yarn react tsc \ No newline at end of file