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