Skip to content

refactor simplistic handlers and introduce an aggregating one #721

refactor simplistic handlers and introduce an aggregating one

refactor simplistic handlers and introduce an aggregating one #721

Workflow file for this run

name: lionweb-typescript tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Setup all packages
run: npm run setup
- name: Build all packages
run: npm run build
- name: Test
run: npm run test
- name: Lint
run: npm run lint