Skip to content

fix(hashline): fix batch edit line-shift by sorting edits descending #304

fix(hashline): fix batch edit line-shift by sorting edits descending

fix(hashline): fix batch edit line-shift by sorting edits descending #304

Workflow file for this run

name: CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Setup environment
run: |
mkdir -p ~/.local/share/opencode/log
git config --global user.name "CI"
git config --global user.email "ci@test.local"
- run: bun install
- run: bun typecheck
- working-directory: packages/opencode
run: bun test