Skip to content

Fix structure biome lookup position #298

Fix structure biome lookup position

Fix structure biome lookup position #298

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: |
npm install
npm run build
- name: Test
run: npm run test