Skip to content

Initial commit

Initial commit #4581

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn
- run: yarn lint:code
- run: yarn lint:types