From 26642c302c1573cab698b5f824770f066d38831e Mon Sep 17 00:00:00 2001 From: Ken Lee Shu Ming Date: Fri, 6 Sep 2024 16:42:35 +0800 Subject: [PATCH] chore(ci): remove duplicate checkout --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3885bc5d..9e201f0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,6 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - uses: actions/checkout@v4 - uses: ./.github/actions/setup - name: Install Playwright (Chromium)