Skip to content

minvws/workflow-documentation-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Documentation linter

  • This pipeline is designed to run DavidAnson Markdown linter when a pull request is created
  • The pipeline is designed to be as generic as possible, so they can be easily reused in any project.
  • This repository is part of the generic GitHub Actions pipeline collection that can be used in any project.

Usage

The documentation linter workflow is called from a workflow in a repository. Here is a basic example of how you can integrate it in your project.

Example workflow

This workflow is executed automatically when a pull request is created or updated that includes changes to Markdown files (**.md).

name: Documentation linter

on:
    pull_request:
        paths:
            - '**.md'

jobs:
    documentation-linter:
    uses: minvws/workflow-documentation-linter/.github/workflows/repo-sync.yml@main

Contributing

If you want to contribute a new pipeline, please check the reusable workflow guidelines in the GitHub documentation.

About

Repo workflow-documentation-linter for minvws

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •