Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .github/workflows/journey-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,19 @@ permissions:

jobs:
journey-gate:
uses: KooshaPari/phenotype-tooling/.github/workflows/reusable-journey-gate.yml@main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable
Comment thread
KooshaPari marked this conversation as resolved.

- uses: Swatinem/rust-cache@v2

- name: Install phenotype-journey
run: cargo install --git https://github.com/KooshaPari/phenotype-journeys phenotype-journey
Comment thread
KooshaPari marked this conversation as resolved.

- name: Validate journey files
run: |
for file in journeys/*.toml; do
Comment thread
KooshaPari marked this conversation as resolved.
phenotype-journey validate "$file"
done
14 changes: 13 additions & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ permissions:

jobs:
trufflehog:
uses: KooshaPari/phenotype-tooling/.github/workflows/reusable-trufflehog.yml@main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
Comment thread
KooshaPari marked this conversation as resolved.
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --only-verified
Comment thread
KooshaPari marked this conversation as resolved.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- work-state: active | [========8/10] Block B consolidation -->
Comment thread
KooshaPari marked this conversation as resolved.

# Helios Benchmark Harness

[![AI Slop Inside](https://sladge.net/badge.svg)](https://sladge.net)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading