Skip to content

[abbreviations.fish] Use source instead of . for rc and related… #60

[abbreviations.fish] Use source instead of . for rc and related…

[abbreviations.fish] Use source instead of . for rc and related… #60

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
bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: env CODESPACES=true ./bootstrap.sh