Skip to content

chore: release v0.1.2-beta.0 #90

chore: release v0.1.2-beta.0

chore: release v0.1.2-beta.0 #90

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Deps
run: npm install
- name: Test
run: npm run test