chore: intergrate Biome for check code linting issue
Some checks failed
Publish to npm / quality (push) Failing after 16s
Publish to npm / publish (push) Successful in 26s

This commit is contained in:
Astrian Zheng 2025-05-16 19:43:42 +10:00
parent 55f07fb562
commit 14c6c0a1ab
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -7,6 +7,18 @@ on:
- dev - dev
jobs: jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest