Skip to content

feat: expose arka primitives over MCP (#13) #15

feat: expose arka primitives over MCP (#13)

feat: expose arka primitives over MCP (#13) #15

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --all-features
- run: cargo test
- run: cargo clippy -- -D warnings
- run: cargo fmt -- --check