Skip to content

Update system-properties.adoc #809

Update system-properties.adoc

Update system-properties.adoc #809

Workflow file for this run

name: Check for dead links
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: Check dead links
uses: hazelcast/hazelcast-docs/.github/actions/validate@main