Skip to content

feat: add documentation on useAzureMonitorSdk feature flag (#62) #80

feat: add documentation on useAzureMonitorSdk feature flag (#62)

feat: add documentation on useAzureMonitorSdk feature flag (#62) #80

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
broken_links:
name: Detect Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress 'docs/**/*.md' --exclude-loopback
format: markdown
jobSummary: true
fail: true