Skip to content

try to remove colors manually #4

try to remove colors manually

try to remove colors manually #4

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