Skip to content

try resetting colors in test #3

try resetting colors in test

try resetting colors in test #3

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run scripts/vite-templates.ts
- run: bun test