Skip to content

[repo.rb] Fix completions (command, not arg). #77

[repo.rb] Fix completions (command, not arg).

[repo.rb] Fix completions (command, not arg). #77

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