-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Introduction.md * Fixes #20 Upgrade ref to obsdata Fixes #21 Upgrade workflows Co-authored-by: Yuri05 <Yuri05@github.com>
- Loading branch information
Showing
8 changed files
with
35 additions
and
1,612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'report' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'Input' |
Oops, something went wrong.