Skip to content

refactor!: new architecture (v3) with components #12

refactor!: new architecture (v3) with components

refactor!: new architecture (v3) with components #12

Workflow file for this run

name: test
on: pull_request
jobs:
unit:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun i --frozen-lockfile
- run: bun run coverage
- uses: davelosert/vitest-coverage-report-action@v2
if: always()