test workflow
Some checks failed
Code quality checks / quality (push) Failing after 5s

This commit is contained in:
creations 2025-04-10 06:01:02 -04:00
parent f4aeb7aafb
commit 80407ca0e5
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -0,0 +1,21 @@
name: Code quality checks
on:
push:
pull_request:
jobs:
quality:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Biome
run: |
curl -L https://github.com/biomejs/biome/releases/download/cli%2Fv1.5.0/biome-linux-x64 -o biome
chmod +x biome
mv biome /usr/local/bin/biome
- name: Run Biome
run: biome ci .