Skip to content

Add UCN support in Jet documentation [HZG-194] #2850

Add UCN support in Jet documentation [HZG-194]

Add UCN support in Jet documentation [HZG-194] #2850

Workflow file for this run

# This workflow will check if the incoming pull request includes any broken links
name: Check for dead links
on:
pull_request:
branches: [main, 'v/*']
workflow_dispatch:
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