Skip to content

fix many aciton related bugs, added actionStack #46

fix many aciton related bugs, added actionStack

fix many aciton related bugs, added actionStack #46

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