Skip to content

Add Feature Flag to Disable Array Preallocation for Log Record Attributes in Limited Stack Environments #1761

Add Feature Flag to Disable Array Preallocation for Log Record Attributes in Limited Stack Environments

Add Feature Flag to Disable Array Preallocation for Log Record Attributes in Limited Stack Environments #1761

name: Markdown link check
on:
pull_request:
push:
branches:
- main
paths:
- '**/*.md'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install markdown-link-check
run: npm install -g markdown-link-check@3.11.2
- name: Run markdown-link-check
run: |
find . -type f \
-name '*.md' \
-not -path '**/CHANGELOG.md' \
| xargs ./scripts/markdown-link-check-with-retry.sh