Skip to content

Feature: Auto detect if a file's default exported component is an Island #97

Feature: Auto detect if a file's default exported component is an Island

Feature: Auto detect if a file's default exported component is an Island #97

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