From 8366f4d9d26e413354157572f1ff85e910f37e09 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Wed, 17 Jul 2024 00:48:23 +0800 Subject: [PATCH] chore: tweak --- .github/workflows/lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7e1d0b04..c5b28cdd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,11 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Restore Build Result - uses: actions/download-artifact@v4 - with: - name: build-result - - name: Install pnpm uses: pnpm/action-setup@v4