mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-07-06 18:01:19 +02:00
5b9e6e3d48
* data: trace analysus multi ingestor support * address review comments
16 lines
542 B
Markdown
16 lines
542 B
Markdown
<!-- Copyright © 2025-26 l5yth & contributors -->
|
|
<!-- Licensed under the Apache License, Version 2.0 (see LICENSE) -->
|
|
|
|
# GitHub Actions Workflows
|
|
|
|
## Workflows
|
|
|
|
- **`docker.yml`** - Build and push Docker images to GHCR
|
|
- **`codeql.yml`** - Security scanning
|
|
- **`python.yml`** - Python ingestor pipeline
|
|
- **`ruby.yml`** - Ruby Sinatra app testing
|
|
- **`javascript.yml`** - Frontend test suite
|
|
- **`mobile.yml`** - Flutter mobile tests with coverage reporting
|
|
- **`release.yml`** - Tag-triggered Flutter release builds for Android and iOS
|
|
|