Skip to content
Snippets Groups Projects
Unverified Commit 5f199d68 authored by Kevin Lu's avatar Kevin Lu Committed by GitHub
Browse files

Update sweep.yaml

parent 0b5823f4
Branches
Tags
No related merge requests found
...@@ -7,5 +7,17 @@ branch: "main" ...@@ -7,5 +7,17 @@ branch: "main"
gha_enabled: False gha_enabled: False
# This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want. # This is the description of your project. It will be used by sweep when creating PRs. You can tell Sweep what's unique about your project, what frameworks you use, or anything else you want.
# Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8. # Here's an example: sweepai/sweep is a python project. The main api endpoints are in sweepai/api.py. Write code that adheres to PEP8.
description: "" description: "LlamaIndexTS is a data framework in TypeScript for your LLM applications"
sandbox:
install:
- npm install -g pnpm
- pnpm i
- pnpm add --save-dev prettier -w
check:
- pnpx prettier --write {file_path}
- pnpm eslint --fix {file_path}
- pnpx ts-node --type-check {file_path}
- pnpm test
# Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml # Default Values: https://github.com/sweepai/sweep/blob/main/sweep.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment