Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation and qualification V11.2 #123

Merged
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
11 changes: 11 additions & 0 deletions .github/workflows/MarkdownLinksCheck.yml
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also adding link checks for README etc.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check Markdown links

on:
pull_request:
branches:
- develop

jobs:
markdown-link-check:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/MarkdownLinksCheck.yml@main

11 changes: 11 additions & 0 deletions .github/workflows/XRefCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: XRefCheck

on:
pull_request:
branches:
- develop

jobs:
crossref-check-without-anchors:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/XRefCheck.yml@main

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions validation and qualification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

### Unit and integration tests

* [PK-Sim](https://ci.appveyor.com/project/open-systems-pharmacology-ci/pk-sim/builds/46052595/tests)
* [MoBi](https://ci.appveyor.com/project/open-systems-pharmacology-ci/mobi/builds/46052599/tests)
* [PK-Sim](https://ci.appveyor.com/project/open-systems-pharmacology-ci/pk-sim/builds/46710845/tests)
* [MoBi](https://ci.appveyor.com/project/open-systems-pharmacology-ci/mobi/builds/46710844/tests)
* [Installation Validator](https://ci.appveyor.com/project/open-systems-pharmacology-ci/installationvalidator/builds/46052834/tests)
* [OSPSuite.Core](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-core/builds/46039972/tests)
* [OSPSuite.Core](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-core/builds/46710346/tests)
* OSPSuite.SimModel
* [Windows](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-simmodel/builds/45143194/job/hc7ib82c2yci6xja/tests)
* [Linux (Ubuntu 18.04)](https://ci.appveyor.com/project/open-systems-pharmacology-ci/ospsuite-simmodel/builds/45143194/job/0ljw5ow7utjt47vp/tests)
Expand Down