Skip to content

Add terrain-aware virtual shifting and reliable device reconnection #13

Add terrain-aware virtual shifting and reliable device reconnection

Add terrain-aware virtual shifting and reliable device reconnection #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v7
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run checks, tests, and build
run: bun run ci