Skip to content

Update _config.yml to original :num for plugin bug #21

Update _config.yml to original :num for plugin bug

Update _config.yml to original :num for plugin bug #21

Workflow file for this run

name: CI
on:
push:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- name: run markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: '.markdownlint.yaml'
args: '**/*.md'