From c8adfd99b86bb2819fadbb3f5da88e1224413ac9 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 13 Feb 2023 02:32:37 +0900 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3264084..b49131f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v3 - run: npm ci - - run: npm run lint +# - run: npm run lint - run: npm run build - run: npm run test