From 65fa8badd832053e86f11425a38efa7edde0b030 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Fri, 29 Aug 2025 13:51:00 +0200 Subject: [PATCH] only create artifact for build --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55f9078..7106433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,6 @@ jobs: run: bun install - name: Build run: bun run build - - name: Create Project Artifact - uses: christopherhx/gitea-upload-artifact@v4 - with: - name: project - path: . - name: Create Build Artifact uses: christopherhx/gitea-upload-artifact@v4 with: @@ -35,10 +30,7 @@ jobs: container: image: oven/bun steps: - - name: Download Artifact - uses: christopherhx/gitea-download-artifact@v4 - with: - name: project + - uses: actions/checkout@v4 - name: Install Biome run: bun install -g biome - name: Run Biome lint