Skip to content

feat!: 代码重构幅度较大,暂时移除存储目录修改功能 (#1159) #2397

feat!: 代码重构幅度较大,暂时移除存储目录修改功能 (#1159)

feat!: 代码重构幅度较大,暂时移除存储目录修改功能 (#1159) #2397

Workflow file for this run

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 .