Skip to content

vv0.1.7

vv0.1.7 #12

Workflow file for this run

name: Build check
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update; sudo apt install npm
- name: Compile
run: npm install; npm run start