chore: add linting workflow using Biome

This commit is contained in:
Marc Emmanuel 2026-01-25 23:07:02 +01:00
parent 39ab98a95c
commit 2450a4323c

22
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Code quality
on:
push:
pull_request:
jobs:
quality:
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 .