Skip to content

Connect LlamaAgent with the frontend #9

Connect LlamaAgent with the frontend

Connect LlamaAgent with the frontend #9

Workflow file for this run

name: Typecheck
on:
pull_request:
jobs:
core-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Set up Python
run: uv python install
- name: Run Mypy
run: make typecheck