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

This commit is contained in:
damencho
2024-12-13 09:07:17 -06:00
committed by Дамян Минков
parent a05e8fd2ef
commit cd6419d826

View File

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