feat: improve ask/summarize coherence via query-aware scoring, morphological verb detection, corpus sanitization. #31
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 馃 Cargo Format Check | |
| on: | |
| push: | |
| branches: ["main"] | |
| pull_request: | |
| branches: ["main"] | |
| env: | |
| CARGO_TERM_COLOR: always | |
| jobs: | |
| cargo-fmt: | |
| name: 馃攳 Check Rust Formatting | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 馃摜 Checkout Repository | |
| uses: actions/checkout@v4 | |
| - name: 馃И Run Fmt | |
| run: cargo fmt --all -- --check |