Browse Source

supress biome

Ayush 2 months ago
parent
commit
eb31ca564f
2 changed files with 6 additions and 22 deletions
  1. 6 1
      .github/.ghaignore
  2. 0 21
      .github/workflows/biome.yml

+ 6 - 1
.github/.ghaignore

@@ -70,4 +70,9 @@ tokens/escrow/steel
 tokens/pda-mint-authority/steel
 tokens/spl-token-minter/steel
 tokens/token-swap/steel
-tokens/transfer-tokens/steel
+tokens/transfer-tokens/steel
+
+# std::bad_alloc
+basics/create-account/anchor
+basics/processing-instructions/anchor
+basics/repository-layout/anchor

+ 0 - 21
.github/workflows/biome.yml

@@ -1,21 +0,0 @@
-name: Typescript Code quality
-
-on:
-  push:
-    branches:
-      - main
-  pull_request:
-    types: [ opened, synchronize, reopened ]
-    branches:
-      - main
-jobs:
-  quality:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v4
-      - name: Setup Biome
-        uses: biomejs/setup-biome@v2
-      - name: Run Biome
-        run: |
-          biome ci ./ --config-path biome.json