Kaynağa Gözat

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

factor2
damencho 6 ay önce
ebeveyn
işleme
cd6419d826
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      .github/workflows/ci.yml

+ 2
- 0
.github/workflows/ci.yml Dosyayı Görüntüle

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

Loading…
İptal
Kaydet