Skip to content

Fix types after rebase #60

Fix types after rebase

Fix types after rebase #60

Workflow file for this run

name: command:start
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run compiler
run: yarn compile
# - name: Run start tests (TODO)
# run: yarn test:start