Skip to content

Added Release Notes for Hazelcast Operator 5.12.0 #704

Added Release Notes for Hazelcast Operator 5.12.0

Added Release Notes for Hazelcast Operator 5.12.0 #704

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:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 16
- name: Check for broken internal links
run: |
npm i
npm run-script check-links-local