Skip to content

fix(android): Add option to move symbol location indicator bearing down the image stack #1604

fix(android): Add option to move symbol location indicator bearing down the image stack

fix(android): Add option to move symbol location indicator bearing down the image stack #1604

name: validate-scripts
on:
workflow_dispatch:
push:
pull_request:
jobs:
validate-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: ".nvmrc"
- name: Typecheck
run: |
npm install
npx tsc -p tsconfig.json
- name: Run tests
run: node --test .github/scripts/**.test.ts