Skip to content

Implement state test #872

Implement state test

Implement state test #872

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