Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from articulate/feature/docs-update
Browse files Browse the repository at this point in the history
docs(action): add more detail around ignore
  • Loading branch information
mloberg authored Mar 14, 2023
2 parents c70bd1d + 87f495d commit db8d711
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: markdown-lint
author: Articulate Global, LLC
description: Lint your markdown
description: Lint your markdown files.
inputs:
version:
description: Version of markdownlint-cli to use
description: Version of markdownlint-cli to use.
required: false
config:
description: markdownlint config file
description: markdownlint config file.
required: false
files:
description: Markdown files to scan
description: Markdown files to scan.
required: false
default: '**/*.{md,markdown}'
ignore:
description: Files or directories to ignore
description: File or directory to ignore. If ignoring more than one file/directory you must use `.markdownlintignore` instead.
required: false
fix:
description: Try to fix basic errors
description: Try to fix basic errors.
required: false
runs:
using: docker
Expand Down

0 comments on commit db8d711

Please sign in to comment.