From c1e930ba592179a6bdfa5ff91ffa7e61dec25cf9 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 29 Jun 2024 22:48:36 +0900 Subject: [PATCH] ci: add --write flag on lint to avoid easy problems --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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