Skip to content

chore: Simplify the TODO list #36

chore: Simplify the TODO list

chore: Simplify the TODO list #36

Workflow file for this run

name: Tests and QA checks
on:
push: ~
concurrency:
group: test--${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/hydrogen
- run: npm install-test