Update .forgejo/workflows/test.yml
Some checks failed
Code quality / quality (push) Failing after 3s
Some checks failed
Code quality / quality (push) Failing after 3s
This commit is contained in:
parent
c1295d7c71
commit
2195a8c79c
1 changed files with 14 additions and 4 deletions
|
@ -1,8 +1,18 @@
|
||||||
name: test
|
name: Code quality
|
||||||
on: push
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-job:
|
quality:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 Forgejo Runner is working!"
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Setup Biome
|
||||||
|
uses: biomejs/setup-biome@v2
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
- name: Run Biome
|
||||||
|
run: biome ci .
|
Loading…
Add table
Reference in a new issue