Skip to content

feat: type safety in build; add react-grid drag-n-drop #52

feat: type safety in build; add react-grid drag-n-drop

feat: type safety in build; add react-grid drag-n-drop #52

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test