Skip to content

Spatial search requests refactor #51

Spatial search requests refactor

Spatial search requests refactor #51

Workflow file for this run

name: PR - TypeScript check
on:
# Make workflow callable.
workflow_call:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: TypeScript check
run: npm run type-check