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:
|
||||
- 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 .
|
Loading…
Add table
Reference in a new issue