Skip to content

restore original state #227

restore original state

restore original state #227

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: |
npm install
npm run test