From 4f446f33e7f67b08fdbc7637ca7f7a4561a5f1ff Mon Sep 17 00:00:00 2001 From: baseballyama Date: Sun, 23 Apr 2023 15:06:34 +0900 Subject: [PATCH] revert needless changes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95c821a0ef..5385cf11c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [master] + branches: [ master ] pull_request: permissions: contents: read # to fetch code (actions/checkout) @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: pnpm - - run: "pnpm i && pnpm lint" + - run: 'pnpm i && pnpm lint' Unit: runs-on: ${{ matrix.os }} timeout-minutes: 10