From 48b07bc308a35734a6a7a305c8fdccbfa47de7d8 Mon Sep 17 00:00:00 2001 From: Bertrand Yuan Date: Mon, 15 Dec 2025 23:56:25 +0800 Subject: build(workflow): adjust workflow strategy The biome-ci is not applicable in this project, therefore, `biome-ci.yaml` is deprecated. I add a new workflow to check typos in `/docs`. (though `/docs` remains to be added now) --- .github/workflows/biome-ci.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/biome-ci.yaml (limited to '.github/workflows/biome-ci.yaml') diff --git a/.github/workflows/biome-ci.yaml b/.github/workflows/biome-ci.yaml deleted file mode 100644 index 563ae5b..0000000 --- a/.github/workflows/biome-ci.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: Biome CI - -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 . -- cgit v1.2.3