From 9d8e4892a869a5f17325e00e0f8dcd7c25925050 Mon Sep 17 00:00:00 2001 From: hanyugeon Date: Wed, 29 May 2024 15:25:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20name=EC=97=90=20-=20=ED=94=84=EB=A6=AC?= =?UTF-8?q?=ED=94=BD=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lighthouse.yml | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 02bfa80e..affee18c 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -6,25 +6,25 @@ on: jobs: lhci: - name: Lighthouse CI - runs-on: ubuntu-latest - steps: - - name: Checkout - - uses: actions/checkout@v2 + - name: Lighthouse CI + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 - - name: Use Node.js 18 - uses: actions/setup-node@v1 - with: - node-version: 18 - cache: 'yarn' + - name: Use Node.js 18 + uses: actions/setup-node@v1 + with: + node-version: 18 + cache: 'yarn' - - name: Install packages - run: yarn install && yarn global add @lhci/cli + - name: Install packages + run: yarn install && yarn global add @lhci/cli - - name: Build - run: yarn build + - name: Build + run: yarn build - - name: Run Lighthouse CI - run: lhci autorun - env: - LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} + - name: Run Lighthouse CI + run: lhci autorun + env: + LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}