Skip to content

Update eslint config, readme, workflows #137

Update eslint config, readme, workflows

Update eslint config, readme, workflows #137

Workflow file for this run

name: command:create
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 extenion create command
run: yarn test:create