Skip to content

fix: resolve plant elevation through the host floor resolver #4

fix: resolve plant elevation through the host floor resolver

fix: resolve plant elevation through the host floor resolver #4

Workflow file for this run

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