Skip to content

Add Leiden community detection and LightRAG dual-level retrieval #53

Add Leiden community detection and LightRAG dual-level retrieval

Add Leiden community detection and LightRAG dual-level retrieval #53

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
linux:
name: Build & Test (Linux / Swift)
runs-on: ubuntu-latest
# Official Swift toolchain image. Must be >= the package's
# swift-tools-version (6.1); bump this tag when raising the manifest.
container: swift:6.1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Swift version
run: swift --version
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build