@@ -10,25 +10,25 @@ A GitHub Action that performs style checking and linting for Markdown/CommonMark
1010Basic usage with all options enabled:
1111
1212``` yaml
13-
14- - name : markdownlint-cli
15- uses : nosborn/github-action-markdown-cli@v3.0.1
16- with :
17- files : .
18- config_file : .markdownlint.yaml
19- ignore_files : examples/ignore/*
20- ignore_path : examples/.markdownlintignore
21- rules : examples/rules/custom.js
22-
13+ - name : markdownlint-cli
14+ uses : nosborn/github-action-markdown-cli@v3.2.0
15+ with :
16+ files : .
17+ config_file : .markdownlint.yaml
18+ dot : true
19+ ignore_files : examples/ignore/*
20+ ignore_path : examples/.markdownlintignore
21+ rules : examples/rules/custom.js
2322` ` `
2423
2524## Inputs
2625
27- * ` files ` - what to process (files, directories, globs)
28- * ` config_file ` (optional) - configuration file (JSON or YAML)
29- * ` ignore_files ` (optional) - files to ignore/exclude (file, directory, glob)
30- * ` ignore_path ` (optional) - path to file with ignore pattern(s)
31- * ` rules ` (optional) - custom rule files (file, directory, glob, package)
26+ - ` files` - what to process (files, directories, globs)
27+ - ` config_file` (optional) - configuration file (JSON or YAML)
28+ - ` dot` (optional) - include files/folders with a dot (for example `.github`)
29+ - ` ignore_files` (optional) - files to ignore/exclude (file, directory, glob)
30+ - ` ignore_path` (optional) - path to file with ignore pattern(s)
31+ - ` rules` (optional) - custom rule files (file, directory, glob, package)
3232
3333# # License
3434
0 commit comments