Skip to content

swissgrc/docker-azure-pipelines-markdownlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for running markdownlint-cli in Azure Pipelines container jobs

License Build Quality Gate Status Pulls Stars

Docker image to run markdownlint commands in Azure Pipelines container jobs.

Usage

This container can be used to run markdownlint commands in Azure Pipelines container jobs.

Azure Pipelines Container Job

To use the image in an Azure Pipelines Container Job add the following task use it with the container property.

The following example shows the container used for linting the repository:

- stage: Build
  jobs:
  - job: Lint
    steps:
    - bash: |
        markdownlint --output /markdownlint.json --json --config /.markdownlint.json /docs
      target: swissgrc/azure-pipelines-markdownlint:latest

Included Software

Tags

Tag Description Size
latest Latest stable release (from main branch) Docker Image Size (tag)
unstable Latest unstable release (from develop branch) Docker Image Size (tag)
x.y.z Image for a specific version of markdownlint-cli

About

🐳 Docker image for running markdownlint in an Azure Pipelines container job

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5