You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Would it be possible to also support multiple parameters to the action? In my concrete case, I would like to check README.md, CHANGELOG.md, and docs/ in one run.
Checking a whole repository takes much time.
markdown lint CLI solved that as follows:
Would it be possible to also support multiple parameters to the action? In my concrete case, I would like to check
README.md,CHANGELOG.md, anddocs/in one run.