Skip to content

Commit

Permalink
Merge into validate
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Nov 25, 2024
1 parent 4e3f051 commit a0ec81f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-adoc.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ on:

jobs:
check-links:

runs-on: ubuntu-latest

steps:
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main

test-adoc:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test-adoc

0 comments on commit a0ec81f

Please sign in to comment.