Skip to content

Update README

Update README #2

Workflow file for this run

name: Push Build
on: push
jobs:
build:
name: Build & Test
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
run: |
npm install && npm install -g typescript
- name: Test
run: |
npm run test