Skip to content

[bun-roll] Fix installed script path. #87

[bun-roll] Fix installed script path.

[bun-roll] Fix installed script path. #87

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