Skip to content

⬆ Bump crate-ci/typos from 1.47.2 to 1.48.0 in the github-actions gro… #435

⬆ Bump crate-ci/typos from 1.47.2 to 1.48.0 in the github-actions gro…

⬆ Bump crate-ci/typos from 1.47.2 to 1.48.0 in the github-actions gro… #435

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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