From c9d6d04c312ec02ee8021a206e08bf837c7c63c5 Mon Sep 17 00:00:00 2001 From: liverHawk Date: Mon, 4 Aug 2025 17:13:21 +0900 Subject: [PATCH] unactivate workflow --- .github/workflows/biome.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/biome.yml b/.github/workflows/biome.yml index b8d2281..9e40d2a 100644 --- a/.github/workflows/biome.yml +++ b/.github/workflows/biome.yml @@ -1,20 +1,20 @@ -name: Code quality +# name: Code quality -on: - push: - branches: [ main ] # Adjust branches as needed - pull_request: - branches: [ main ] # Adjust branches as needed +# on: +# push: +# branches: [ main ] # Adjust branches as needed +# pull_request: +# branches: [ main ] # Adjust branches as needed -jobs: - quality: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Setup Biome - uses: biomejs/setup-biome@f382a98e582959e6aaac8e5f8b17b31749018780 # v2.5.0 - with: - version: latest - - name: Run Biome - run: biome ci ./src --reporter=github +# jobs: +# quality: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 +# - name: Setup Biome +# uses: biomejs/setup-biome@f382a98e582959e6aaac8e5f8b17b31749018780 # v2.5.0 +# with: +# version: latest +# - name: Run Biome +# run: biome ci ./src --reporter=github