Skip to content

πŸ“ Update details about application discovery in README (#80) #224

πŸ“ Update details about application discovery in README (#80)

πŸ“ Update details about application discovery in README (#80) #224

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2
with:
cache: bun
- run: bun ci
- run: bun run lint
- run: bun run typecheck
- run: bun run compile
- run: xvfb-run -a bun run test:coverage