Skip to content

Chore/fix mutation response ts #112

Chore/fix mutation response ts

Chore/fix mutation response ts #112

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
npm ci
npm run test
npm run lint