Skip to content

Version 0.3.0

Version 0.3.0 #38

Workflow file for this run

name: test
on:
push: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run pre-commit
- run: npm run build