Skip to content

Commit 42e967e

Browse files
authored
1 parent a867196 commit 42e967e

File tree

5 files changed

+2923
-172
lines changed

5 files changed

+2923
-172
lines changed

.github/workflows/validate.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

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

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
/build/
44
.idea
55
.DS_Store
6-
package-lock.json
76
.vscode

check-links-playbook.yml

-162
This file was deleted.

0 commit comments

Comments
 (0)