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

This commit is contained in:
creations 2025-04-10 11:53:30 +02:00
parent c1295d7c71
commit 2195a8c79c

View file

@ -1,8 +1,18 @@
name: test
on: push
name: Code quality
on:
push:
pull_request:
jobs:
test-job:
quality:
runs-on: docker
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 .