Skip to content

updated some files and deps #52

updated some files and deps

updated some files and deps #52

Workflow file for this run

on: [push]
name: "Check TypeScript"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run check