Skip to content

docs: add engraph v2.1 implementation plan — graph & graph agent #14

docs: add engraph v2.1 implementation plan — graph & graph agent

docs: add engraph v2.1 implementation plan — graph & graph agent #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- run: cargo fmt --check
- run: cargo clippy -- -D warnings
- run: cargo test --lib