A Github Action to run mdl on your files
Path to scan for markdown files within the directory (and nested directories) mdl
The output from mdl
name: markdownlint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run mdl
uses: actionshub/markdownlint@master