瀏覽代碼

biome changes for poseidon

Ayush 10 月之前
父節點
當前提交
fe33483d5b
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 2 2
      .github/workflows/steel.yml
  2. 2 1
      biome.json

+ 2 - 2
.github/workflows/steel.yml

@@ -253,7 +253,7 @@ jobs:
           chmod +x build_and_test.sh
 
       - name: Setup Solana stable
-        uses: heyAyushh/setup-solana@v5.4
+        uses: heyAyushh/setup-solana@v5.5
         with:
           solana-cli-version: stable
       - name: Build and Test with Stable
@@ -268,7 +268,7 @@ jobs:
           process_projects "stable"
           sccache --show-stats
       - name: Setup Solana 1.18.17
-        uses: heyAyushh/setup-solana@v5.4
+        uses: heyAyushh/setup-solana@v5.5
         with:
           solana-cli-version: 1.18.17
       - name: Build and Test with 1.18.17

+ 2 - 1
biome.json

@@ -10,7 +10,8 @@
       "suspicious": {
         "noExplicitAny": "off",
         "noAssignInExpressions": "warn",
-        "noExportsInTest": "warn"
+        "noExportsInTest": "warn",
+        "noShadowRestrictedNames": "off"
       },
       "style": {
         "noParameterAssign": "warn",