Skip to content

Fix formatting for Datadog entry in README #14

Fix formatting for Datadog entry in README

Fix formatting for Datadog entry in README #14

Workflow file for this run

name: link-check
on:
push:
pull_request:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v2.0.2
with:
args: --verbose --no-progress './**/*.md'