Skip to content

Update eslint config, readme, workflows #1

Update eslint config, readme, workflows

Update eslint config, readme, workflows #1

Workflow file for this run

name: command:preview
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 preview tests (TODO)
# run: yarn test:preview