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

This commit is contained in:
creations 2025-04-10 06:08:17 -04:00
parent 6a78827382
commit 8f9ad308cf
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -17,5 +17,11 @@ jobs:
chmod +x biome chmod +x biome
mv biome /usr/local/bin/biome mv biome /usr/local/bin/biome
- name: Check Config existence
run: |
if [ ! -f biome.json ]; then
echo "biome.json not found"
fi
- name: Run Biome - name: Run Biome
run: biome ci --config-path ./biome.json . run: biome ci .