From 32e346dc1ca88b4542970f12d9d4aabc469d682f Mon Sep 17 00:00:00 2001 From: JongBeom Lee Date: Wed, 10 Jan 2024 18:27:55 +0900 Subject: [PATCH] Change GitHub Actions --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 489015ba..38006f13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Move to frontend + run: cd frontend - name: Install packages run: npm ci - name: Prettier