瀏覽代碼

feat(ga): Adds a syntax check for config.js.

factor2
damencho 10 月之前
父節點
當前提交
cd6419d826
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      .github/workflows/ci.yml

+ 2
- 0
.github/workflows/ci.yml 查看文件

@@ -53,6 +53,8 @@ jobs:
53 53
         npm -v
54 54
     - run: npm install
55 55
     - run: make
56
+    - name: Check config.js syntax
57
+      run: node config.js
56 58
   android-rn-bundle-build:
57 59
     name: Build mobile bundle (Android)
58 60
     runs-on: macos-15

Loading…
取消
儲存