Skip to content

feat: viz: add option to add labels to web service #1152

feat: viz: add option to add labels to web service

feat: viz: add option to add labels to web service #1152

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- .github/workflows/markdown.yml
- "**/*.md"
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0
with:
globs: |
**/*.md
!**/node_modules/**
!target/**