Skip to content

refactor(logging): migrate to singleton logger service #210

refactor(logging): migrate to singleton logger service

refactor(logging): migrate to singleton logger service #210

Workflow file for this run

---
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: Markdown Lint
on:
pull_request:
paths:
- '**/*.md'
- '.markdownlint.json'
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: '**/*.md'