Skip to content

feat: Open terminal to worktree folder by default + add version to status bar #1440

feat: Open terminal to worktree folder by default + add version to status bar

feat: Open terminal to worktree folder by default + add version to status bar #1440

Workflow file for this run

name: Code Quality
on:
pull_request:
concurrency:
group: code-quality-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .