From 594d44cfc0cbd9663f6043491bceeaf87b3c5e1b Mon Sep 17 00:00:00 2001 From: DekoKiyo Date: Thu, 22 Aug 2024 13:07:27 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=83=A8=E3=81=AE=E3=82=BF=E3=82=B9?= =?UTF-8?q?=E3=82=AF=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index e027d65c..031ffcd0 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -39,11 +39,11 @@ jobs: - name: Install Dependencies run: npm ci - - name: Run Lint - run: npm run lint + # - name: Run Lint + # run: npm run lint - - name: Run Test - run: npm run test + # - name: Run Test + # run: npm run test - name: Build run: npm run build