Skip to content

Add display rendering, time-stepped inputs, and pin bit-width policy refactor #92

Add display rendering, time-stepped inputs, and pin bit-width policy refactor

Add display rendering, time-stepped inputs, and pin bit-width policy refactor #92

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