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

This commit is contained in:
creations 2025-04-10 11:55:07 +02:00
parent 2195a8c79c
commit f72c9384b2

View file

@ -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 .
run: biome ci .