Skip to content

init: added input and output types from TWS #2

init: added input and output types from TWS

init: added input and output types from TWS #2

Workflow file for this run

name: Test
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint