Skip to content

fix the response type of filter and location types #191

fix the response type of filter and location types

fix the response type of filter and location types #191

Workflow file for this run

on: pull_request
name: Pull Request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: npm install
- run: npm run compile-types
- run: npm run test
- run: npm run lint
- run: npm run style-check