Skip to content

fix(ui): replace contrast severity with secondary for consistent styling #216

fix(ui): replace contrast severity with secondary for consistent styling

fix(ui): replace contrast severity with secondary for consistent styling #216

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'