Skip to content

start work on moderning this repo with goal of reducing output size #232

start work on moderning this repo with goal of reducing output size

start work on moderning this repo with goal of reducing output size #232

Workflow file for this run

name: Compile Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install
- run: npm run compile