From 53cbfe519124b53aabb7fee1a27bfac083eeb2b1 Mon Sep 17 00:00:00 2001 From: dgKim1 <114563975+dgKim1@users.noreply.github.com> Date: Sat, 16 Aug 2025 15:20:17 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32b672ba..2b7aaa4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile - name: Checking run: npm run lint && npm run lint:type && npm run lint:eslint && npm run lint:prettier