ci: add code quality workflow

This commit is contained in:
tigattack
2025-09-25 01:16:13 +01:00
parent ea550259ff
commit 3bdf3d1843

24
.github/workflows/code_quality.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Code quality
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .