All Projects → nosborn → github-action-markdown-cli

nosborn / github-action-markdown-cli

Licence: MIT license
Style checking and linting for Markdown/CommonMark files.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to github-action-markdown-cli

chainalert-github-action
scans popular packages and alerts in cases there is suspicion of an account takeover
Stars: ✭ 38 (+46.15%)
Mutual labels:  github-action
translation-action
GitHub action that translates any text to any language supported by chosen provider.
Stars: ✭ 25 (-3.85%)
Mutual labels:  github-action
action-semantic-pull-request
A GitHub Action that ensures that your PR title matches the Conventional Commits spec.
Stars: ✭ 377 (+1350%)
Mutual labels:  github-action
create-or-update-project-card
A GitHub action to create or update a project card
Stars: ✭ 36 (+38.46%)
Mutual labels:  github-action
setup-gcc
GitHub action to set up GCC
Stars: ✭ 51 (+96.15%)
Mutual labels:  github-action
github-action-required-labels
Fail the build if/unless a certain combination of labels are applied to a pull request
Stars: ✭ 38 (+46.15%)
Mutual labels:  github-action
aws-secrets-manager-actions
🔒 GitHub Action for AWS Secrets Manager
Stars: ✭ 53 (+103.85%)
Mutual labels:  github-action
action-ssh
GitHub Action for executing SSH commands on remote servers
Stars: ✭ 60 (+130.77%)
Mutual labels:  github-action
Github-Android-Action
Android Github Action that builds Android project, runs unit tests and generates debug APK, builds for Github Actions hackathon
Stars: ✭ 29 (+11.54%)
Mutual labels:  github-action
get-cmake
Install and Cache latest CMake and ninja executables for your workflows on your GitHub
Stars: ✭ 52 (+100%)
Mutual labels:  github-action
standard-action
Github Action to lint with `standard` and friends
Stars: ✭ 15 (-42.31%)
Mutual labels:  github-action
spellcheck-action
GitHub Action for checking code & Pull Requests for spelling mistakes
Stars: ✭ 35 (+34.62%)
Mutual labels:  github-action
bump
A generic version tracking and update tool
Stars: ✭ 33 (+26.92%)
Mutual labels:  github-action
clojure-dependency-update-action
A simple GitHub Actions job to create Pull Requests for outdated dependencies in clojure projects
Stars: ✭ 37 (+42.31%)
Mutual labels:  github-action
nrwl-nx-action
A GitHub Action to wrap Nrwl Nx commands in your workflows.
Stars: ✭ 163 (+526.92%)
Mutual labels:  github-action
lcov-cop
A Github Action which helps enforce code coverage
Stars: ✭ 13 (-50%)
Mutual labels:  github-action
github-deploy-actions
This action will auto deploy to target branch when it get triggered
Stars: ✭ 24 (-7.69%)
Mutual labels:  github-action
nightfall dlp action
GitHub Data Loss Prevention (DLP) Action: Scan Pull Requests for sensitive data, like credentials & secrets, PII, credit card numbers, and more.
Stars: ✭ 46 (+76.92%)
Mutual labels:  github-action
github-action-benchmark
GitHub Action for continuous benchmarking to keep performance
Stars: ✭ 592 (+2176.92%)
Mutual labels:  github-action
actions-aws-eb
Elastic beanstalk cli custom action
Stars: ✭ 39 (+50%)
Mutual labels:  github-action

github-action-markdown-cli

A GitHub Action that performs style checking and linting for Markdown/CommonMark files using markdownlint-cli.

CI Workflow Status Release Workflow Status

Usage

Basic usage with all options enabled:

      - name: markdownlint-cli
        uses: nosborn/[email protected]
        with:
          files: .
          config_file: .markdownlint.yaml
          ignore_files: examples/ignore/*
          ignore_path: examples/.markdownlintignore
          rules: examples/rules/custom.js

Inputs

  • files - what to process (files, directories, globs)
  • config_file (optional) - configuration file (JSON or YAML)
  • ignore_files (optional) - files to ignore/exclude (file, directory, glob)
  • ignore_path (optional) - path to file with ignore pattern(s)
  • rules (optional) - custom rule files (file, directory, glob, package)

License

The scripts and documentation in this project are released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].