Skip to content

⬆️ Group Dependabot updates (#183) #406

⬆️ Group Dependabot updates (#183)

⬆️ Group Dependabot updates (#183) #406

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: 1.3.12
cache: bun
- run: bun ci
- run: bun run lint
- run: bun run typecheck
- run: bun run test:scripts
- run: bun run compile
- run: xvfb-run -a bun run test:coverage