Skip to content

chore(demo): fix base url #57

chore(demo): fix base url

chore(demo): fix base url #57

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm check
- run: pnpm test
- run: sudo pnpm test
working-directory: tests