Skip to content

fixing the type of get response #185

fixing the type of get response

fixing the type of get response #185

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