Skip to content

fix: async component in client components #330

fix: async component in client components

fix: async component in client components #330

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/bun
- name: static check
run: bun run ci:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/bun
- name: test
run: bun run ci:test-group