diff --git a/.github/workflows/check_typos.yml b/.github/workflows/check_typos.yml index 600f3d3d2..1a89fdc1a 100644 --- a/.github/workflows/check_typos.yml +++ b/.github/workflows/check_typos.yml @@ -20,3 +20,4 @@ jobs: check_filenames: true skip: "*.yml,*.cff,*.js,*.lock" ignore_words_list: RNAseq + only_warn: 1 diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index 04a60dc9e..401209537 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -7,4 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - uses: tcort/github-action-markdown-link-check@v1 + with: + use-quiet-mode: 'yes' + use-verbose-mode: 'yes' + check-modified-files-only: 'yes'