Skip to content

feat(doc-ui): 添加贡献者链接和加载状态优化 #159

feat(doc-ui): 添加贡献者链接和加载状态优化

feat(doc-ui): 添加贡献者链接和加载状态优化 #159

Workflow file for this run

name: Code quality
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci . --reporter=github