Skip to content

feat: hyphen-segment prefix matching for directory and repo queries #4

feat: hyphen-segment prefix matching for directory and repo queries

feat: hyphen-segment prefix matching for directory and repo queries #4

Workflow file for this run

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