Skip to content

Commit

Permalink
Upgrade refs workflows (#28)
Browse files Browse the repository at this point in the history
* Fixes #26 Upgrade references (Projects, Observed data)
Fixes #27 Upgrade workflows

* upgrade Verapamil-Midazolam-DDI

Co-authored-by: Yuri05 <Yuri05@github.com>
  • Loading branch information
Yuri05 and Yuri05 authored May 10, 2022
1 parent 3bd5ea5 commit e92d5c1
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1,558 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/MarkdownLinksCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown links

on:
push:
branches:
- review

jobs:
markdown-link-check:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/MarkdownLinksCheck.yml@main
with:
folder-path: 'Qualification/report'
16 changes: 3 additions & 13 deletions .github/workflows/SpellChecker.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
name: Spellcheck

on:
push:
branches:
- master
pull_request:
branches:
- master

[push, pull_request]

jobs:
Spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: rojopolis/spellcheck-github-actions@afd46913df0b193a491614cd461be098a05b0a87
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/SpellChecker.yml@main
12 changes: 12 additions & 0 deletions .github/workflows/XRefCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: XRefCheck

on:
push:
branches:
- review

jobs:
crossref-check-without-anchors:
uses: Open-Systems-Pharmacology/Workflows/.github/workflows/XRefCheck.yml@main
with:
ignored-folders: 'Qualification/Input'
Loading

0 comments on commit e92d5c1

Please sign in to comment.