mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
Add comprehensive documentation for flakestorm
- Introduced multiple new documents including API Specification, Configuration Guide, Contributing Guide, Developer FAQ, Implementation Checklist, Module Documentation, Publishing Guide, Test Scenarios, Testing Guide, and Usage Guide. - Each document provides detailed instructions, examples, and best practices for using and contributing to flakestorm. - Enhanced overall project documentation to support users and developers in understanding and utilizing the framework effectively.
This commit is contained in:
parent
69e0f8deeb
commit
ee10da0b97
10 changed files with 124 additions and 134 deletions
|
|
@ -451,17 +451,17 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Setup Ollama
|
||||
run: |
|
||||
curl -fsSL https://ollama.ai/install.sh | sh
|
||||
ollama serve &
|
||||
sleep 5
|
||||
ollama pull qwen3:8b
|
||||
|
||||
|
||||
- name: Install flakestorm
|
||||
run: pip install flakestorm
|
||||
|
||||
|
||||
- name: Run Tests
|
||||
run: flakestorm run --min-score 0.9 --ci
|
||||
```
|
||||
|
|
@ -494,4 +494,3 @@ Verify your configuration:
|
|||
```bash
|
||||
flakestorm verify --config flakestorm.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue