Skip to content

docs: update the virtual group concept #62

docs: update the virtual group concept

docs: update the virtual group concept #62

Workflow file for this run

name: Markdown Linter
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
lint-markdown:
name: Lint markdown files
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Lint the code
uses: avto-dev/markdown-lint@v1
with:
args: "**/*.md"
config: .github/workflows/markdownlint.yaml