Skip to content

Refactor simulation engine and renderer architecture #90

Refactor simulation engine and renderer architecture

Refactor simulation engine and renderer architecture #90

Workflow file for this run

on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run type-check
- run: npm run check
- run: npm test