Skip to content

Implement Test for root_of_single_item_tree() #870

Implement Test for root_of_single_item_tree()

Implement Test for root_of_single_item_tree() #870

Workflow file for this run

name: Docs
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install -g markdownlint-cli
- name: Run markdownlint
run: |
markdownlint . --config .markdownlint.json