Skip to content

Commit

Permalink
test link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Jun 3, 2024
1 parent 0b12b54 commit ff9759d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: yarn prettier:check
- run: yarn lint

test_links:
test_links_old:
runs-on: ubuntu-latest

strategy:
Expand All @@ -53,6 +53,22 @@ jobs:
- run: yarn
- run: yarn check:links-ci

test_links_new:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- name: Checkout
uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
folder-path: 'docs'

build_doc_site:
runs-on: ubuntu-latest

Expand Down

0 comments on commit ff9759d

Please sign in to comment.