Skip to content

fix(hero): remove blue/purple colors from code snippet #23

fix(hero): remove blue/purple colors from code snippet

fix(hero): remove blue/purple colors from code snippet #23

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun check
- run: bun run build