From f72c9384b28b1382115c1448e504dcedd1409d9b Mon Sep 17 00:00:00 2001 From: creations Date: Thu, 10 Apr 2025 11:55:07 +0200 Subject: [PATCH] Update .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 81fc163..2bf038c 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -10,9 +10,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Biome - uses: biomejs/setup-biome@v2 - with: - version: latest + + - name: Install Biome + run: | + curl -fsSL https://biomejs.dev/install.sh | bash + echo "$HOME/.biome/bin" >> $GITHUB_PATH + - name: Run Biome - run: biome ci . \ No newline at end of file + run: biome ci .