Skip to content

Feat: rename profiles via Ctrl+R in picker and preserve selection #43

Feat: rename profiles via Ctrl+R in picker and preserve selection

Feat: rename profiles via Ctrl+R in picker and preserve selection #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --check
- run: cargo test