Skip to content

update resolveCallback into handleCall method #28

update resolveCallback into handleCall method

update resolveCallback into handleCall method #28

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
name: Lint on Node 18.x
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use Node 18.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Lint
run: yarn lint