Skip to content

first commit

first commit #503

Workflow file for this run

name: Main
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set Node.js 10.x
uses: actions/setup-node@master
with:
version: 10.x
- name: build
run: |
yarn
yarn build