From afd420408a4e2be92ad4751210fc9c6797e15cb5 Mon Sep 17 00:00:00 2001 From: creations Date: Thu, 10 Apr 2025 11:56:34 +0200 Subject: [PATCH] Update .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 2bf038c..393ec58 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -13,8 +13,9 @@ jobs: - name: Install Biome run: | - curl -fsSL https://biomejs.dev/install.sh | bash - echo "$HOME/.biome/bin" >> $GITHUB_PATH + curl -L https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.0/biome-linux-x64 -o biome + chmod +x biome + mv biome /usr/local/bin/biome - name: Run Biome run: biome ci .