Skip to content

LLM module improvements #4

LLM module improvements

LLM module improvements #4

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
format-build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- uses: dtolnay/[email protected]
with:
toolchain: stable
targets: wasm32-wasip1
components: rustfmt
- name: Format
run: |
cargo -V
cargo fmt --all -- --check
- name: Check
run: |
cargo -V
cargo check --release --all --all-features