Skip to content

Commit

Permalink
use global links checker
Browse files Browse the repository at this point in the history
  • Loading branch information
fantkolja committed Nov 18, 2024
1 parent e9d07ba commit 6dfd3c0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Check for broken internal links
run: |
npm i
npm run-script check-links-local
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main

0 comments on commit 6dfd3c0

Please sign in to comment.