Skip to content

Disable OpenObserve infra-metrics + move collector overrides to the wrapper layer #176

Disable OpenObserve infra-metrics + move collector overrides to the wrapper layer

Disable OpenObserve infra-metrics + move collector overrides to the wrapper layer #176

Workflow file for this run

name: markdownlint
"on":
pull_request:
types:
- opened
- synchronize
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install -g markdownlint-cli2@0.21.0
- name: Run markdownlint
if: ${{ github.event_name == 'pull_request' }}
run: markdownlint-cli2 "**/*.md" --config .markdownlint-cli2.yaml