Skip to content

Commit

Permalink
Fixes #7 Adjust used observed data
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri05 authored and Yuri05 committed Aug 23, 2024
1 parent 3470c66 commit 6c65c47
Show file tree
Hide file tree
Showing 5 changed files with 10,808 additions and 6,111 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Check_utf8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ jobs:
utf8check:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/UTF8Check.yml@main
with:
file-extensions: 'R\|json\|md'
file-extensions: 'R\|json\|md' #File extension(s) to check separated by \| Examples:
#R
#R\|json
13 changes: 13 additions & 0 deletions .github/workflows/ValidateEvaluationPlan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate Evaluation Plan

on:
[push, pull_request]

permissions:
contents: read

jobs:
Validate-Evaluation-Plan:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/ValidateQualificationPlan.yml@main
with:
qualification-plan: 'Evaluation/Input/evaluation_plan.json'
Loading

0 comments on commit 6c65c47

Please sign in to comment.