⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

chore(ci): Add CI action for OTel weaver to check registry diff #57

chore(ci): Add CI action for OTel weaver to check registry diff

chore(ci): Add CI action for OTel weaver to check registry diff #57

Workflow file for this run

name: Check Markdown Files
on:
pull_request:
paths:
- '**/*.md'
push:
branches: [main]
paths:
- '**/*.md'
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
- name: Run Markdown Lint
run: make lint/markdown