Skip to content

Removed one of the duplicate '/_nodes/{metric}' and '/_nodes/{node_id}' paths. #453

Removed one of the duplicate '/_nodes/{metric}' and '/_nodes/{node_id}' paths.

Removed one of the duplicate '/_nodes/{metric}' and '/_nodes/{node_id}' paths. #453

Workflow file for this run

name: Check Links
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress './**/*.yaml' './**/*.yml' './**/*.md' './**/*.json' './**/*.ts' --exclude-path ./package-lock.json