summaryrefslogtreecommitdiff
path: root/.github/workflows/biome-ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/biome-ci.yaml')
-rw-r--r--.github/workflows/biome-ci.yaml18
1 files changed, 0 insertions, 18 deletions
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 .