Skip to content

[VS Code] Set ^⌥⌘R to reload the window. #144

[VS Code] Set ^⌥⌘R to reload the window.

[VS Code] Set ^⌥⌘R to reload the window. #144

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: oven-sh/setup-bun@v1
- uses: fish-actions/install-fish@v1
- run: make setup-dev-dependencies
- run: make test-completions
- run: make lint
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: env CODESPACES=true ./bootstrap.sh