Skip to content

🛡️ Sentinel: [CRITICAL] Fix XSS vulnerability in WebView #334

🛡️ Sentinel: [CRITICAL] Fix XSS vulnerability in WebView

🛡️ Sentinel: [CRITICAL] Fix XSS vulnerability in WebView #334

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Validate Expo config
run: npx expo config --json > /dev/null