Skip to content

docs: update help page article with macos-like keyboard shortcuts #395

docs: update help page article with macos-like keyboard shortcuts

docs: update help page article with macos-like keyboard shortcuts #395

Workflow file for this run

name: CI for non-main branches
on:
push:
branches-ignore:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
- name: Check
run: bun run check
- name: Build
run: bun run build