Skip to content

Introduce GitHub Action to test resolvability of external links [DOC-253] #877

Introduce GitHub Action to test resolvability of external links [DOC-253]

Introduce GitHub Action to test resolvability of external links [DOC-253] #877

Workflow file for this run

name: Docs validation
on:
pull_request:
branches: [main, 'v/*', archived-versions]
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Validate Docs
uses: hazelcast/hazelcast-docs/.github/actions/validate@main