Skip to content

pr05 Typescript #2: automatically resolve imports of ts files & migrate instance of client/utils file #4392

pr05 Typescript #2: automatically resolve imports of ts files & migrate instance of client/utils file

pr05 Typescript #2: automatically resolve imports of ts files & migrate instance of client/utils file #4392

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test and lint code base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.14.x'
- run: npm install
- run: npm run test
- run: npm run lint