Skip to content
Repository for the markdownlint action
Shell Dockerfile
Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
workflows Initial commit Jan 5, 2020
Dockerfile Fix output and preserve mdl exit code Feb 17, 2020
LICENSE Initial commit Jan 5, 2020
README.md feat: add the ability to set mdl path Feb 6, 2020
action.yml feat: add the ability to set mdl path Feb 6, 2020
entrypoint.sh Remove unnecessary if statement Feb 17, 2020

README.md

Markdown Lint

CI State

A Github Action to run mdl on your files

Inputs

path

Path to scan for markdown files within the directory (and nested directories) mdl

Outputs

output

The output from mdl

Usage

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
You can’t perform that action at this time.