[Upstream sync] inoue0426/awesome-computational-biology (github) — 17 added, 6 modified #67
Vendored
+9
-4
@@ -2,9 +2,9 @@
|
||||
title: "Sync Resources"
|
||||
task: ""
|
||||
lineage_type: import
|
||||
upstream_source: https://github.com/inoue0426/awesome-computational-biology/blob/12d87583/.github/workflows/sync_resources.yml
|
||||
upstream_sha: 12d87583
|
||||
imported_at: 2026-06-26
|
||||
upstream_source: https://github.com/inoue0426/awesome-computational-biology/blob/7a064bf0/.github/workflows/sync_resources.yml
|
||||
upstream_sha: 7a064bf0
|
||||
imported_at: 2026-08-08
|
||||
prompt_class: unknown
|
||||
upstream_changes: accepted
|
||||
author: upstream
|
||||
@@ -20,6 +20,8 @@ on:
|
||||
paths:
|
||||
- README.md
|
||||
- data/resources.yml
|
||||
- data/enrichment.yml
|
||||
- 'data/enrichment.*.yml'
|
||||
- scripts/*.py
|
||||
- scripts/**/*.py
|
||||
|
||||
@@ -55,7 +57,10 @@ jobs:
|
||||
|
||||
- name: Sync From README
|
||||
if: contains(steps.changes.outputs.changed, 'README.md')
|
||||
run: uv run python scripts/sync_resources_from_readme.py
|
||||
run: uv run --with pyyaml python scripts/sync_resources_from_readme.py
|
||||
|
||||
- name: Validate Resource Schema
|
||||
run: uv run --with pyyaml python scripts/validate_resources.py
|
||||
|
||||
- name: Build Artifacts
|
||||
run: uv run --with pyyaml python scripts/build_resources.py
|
||||
|
||||
Reference in New Issue
Block a user