Update .forgejo/workflows/test.yml
Some checks failed
Code quality / quality (push) Failing after 4s
Some checks failed
Code quality / quality (push) Failing after 4s
This commit is contained in:
parent
f72c9384b2
commit
afd420408a
1 changed files with 3 additions and 2 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Add table
Reference in a new issue