Skip to content

better status command #1135

better status command

better status command #1135

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm i
- run: npm start build