Update .forgejo/workflows/test.yml
Some checks failed
Code quality / quality (push) Failing after 4s

This commit is contained in:
creations 2025-04-10 11:56:34 +02:00
parent f72c9384b2
commit afd420408a

View file

@ -13,8 +13,9 @@ jobs:
- name: Install Biome - name: Install Biome
run: | run: |
curl -fsSL https://biomejs.dev/install.sh | bash curl -L https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.0/biome-linux-x64 -o biome
echo "$HOME/.biome/bin" >> $GITHUB_PATH chmod +x biome
mv biome /usr/local/bin/biome
- name: Run Biome - name: Run Biome
run: biome ci . run: biome ci .