Remove hazelcast.diagnostics.metric.level
#3414
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs validation | |
on: | |
pull_request: | |
branches: [main, 'v/*'] | |
workflow_dispatch: | |
jobs: | |
validate-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Current Repo | |
uses: actions/checkout@v4 | |
- name: Validate Docs | |
uses: hazelcast/hazelcast-docs-tools/.github/actions/validate-docs@actions/v1 |