Update .forgejo/workflows/test.yml
Some checks failed
Code quality / quality (push) Failing after 5s
Some checks failed
Code quality / quality (push) Failing after 5s
This commit is contained in:
parent
2195a8c79c
commit
f72c9384b2
1 changed files with 7 additions and 5 deletions
|
@ -10,9 +10,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Biome
|
|
||||||
uses: biomejs/setup-biome@v2
|
- name: Install Biome
|
||||||
with:
|
run: |
|
||||||
version: latest
|
curl -fsSL https://biomejs.dev/install.sh | bash
|
||||||
|
echo "$HOME/.biome/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Run Biome
|
- name: Run Biome
|
||||||
run: biome ci .
|
run: biome ci .
|
Loading…
Add table
Reference in a new issue