Skip to content

fix(adapters): typo DISPLAY_DISPLAY_KIND_ORDER → DISPLAY_KIND_ORDER i… #83

fix(adapters): typo DISPLAY_DISPLAY_KIND_ORDER → DISPLAY_KIND_ORDER i…

fix(adapters): typo DISPLAY_DISPLAY_KIND_ORDER → DISPLAY_KIND_ORDER i… #83

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, master]
push:
branches: [main, master]
jobs:
build:
name: Build & Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun run build
- run: bun run lint