Skip to content

Commit

Permalink
Merge pull request #10 from Open-Systems-Pharmacology/tag-1-1
Browse files Browse the repository at this point in the history
Tag 1 1
  • Loading branch information
PavelBal authored Apr 29, 2022
2 parents 0a2611c + 6ad67a5 commit be65548
Show file tree
Hide file tree
Showing 12 changed files with 1,388 additions and 17 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/MarkdownLinksCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Check Markdown links

on:
pull_request:
branches:
- review
push:
branches:
- review

permissions:
contents: read

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: gaurav-nelson/github-action-markdown-link-check@2a60e0fe41b5361f446ccace6621a1a2a5c324cf
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
folder-path: 'report'
17 changes: 17 additions & 0 deletions .github/workflows/SpellChecker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Spellcheck

on:
pull_request:
push:

permissions:
contents: read

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

on:
pull_request:
branches:
- review
push:
branches:
- review

permissions:
contents: read

jobs:
markdown-link-check2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: serokell/xrefcheck-action@959c7cecf1b316023bfd204ae88642338f6bb91c
with:
xrefcheck-args: --ignored evaluation --ignored README.md
6 changes: 6 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 403]
}
Loading

0 comments on commit be65548

Please sign in to comment.