Skip to content

feat(config): doctor cwd fix + XDG Base Directory layout (BEFLOW-16, BEFLOW-17) #34

feat(config): doctor cwd fix + XDG Base Directory layout (BEFLOW-16, BEFLOW-17)

feat(config): doctor cwd fix + XDG Base Directory layout (BEFLOW-16, BEFLOW-17) #34

Workflow file for this run

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