I'd like to be able to reuse my .gitignore file as the canonical source of files that markdownlint should ignore.
I'd like to be able to do
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: ".markdownlint.yaml"
ignore_patterns_file: ".gitginore"