From 46d8659817418b90156155c4d7302da09f59c391 Mon Sep 17 00:00:00 2001 From: creations Date: Sun, 25 May 2025 18:04:27 +0200 Subject: [PATCH] Delete .forgejo/workflows/biomejs.yml --- .forgejo/workflows/biomejs.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .forgejo/workflows/biomejs.yml diff --git a/.forgejo/workflows/biomejs.yml b/.forgejo/workflows/biomejs.yml deleted file mode 100644 index 15c990c..0000000 --- a/.forgejo/workflows/biomejs.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Code quality checks - -on: - push: - pull_request: - -jobs: - biome: - runs-on: docker - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Install Bun - run: | - curl -fsSL https://bun.sh/install | bash - export BUN_INSTALL="$HOME/.bun" - echo "$BUN_INSTALL/bin" >> $GITHUB_PATH - - - name: Install Dependencies - run: bun install - - - name: Run Biome with verbose output - run: bunx biome ci . --verbose