0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
Commit graph

30 commits

Author SHA1 Message Date
David Anson
8f35160613 Update documentation and examples to reference @v11. 2023-06-12 20:59:55 -07:00
David Anson
f70c069572 Add "config" and "fix" inputs, deprecate "command" input. 2023-06-11 17:36:54 -07:00
David Anson
1b8f59df69 Add opinionated .markdownlint.json from markdownlint-cli2 project, reflow README.md. 2023-06-10 21:02:38 -07:00
David Anson
cdfad95cc9 Update documentation and examples to reference @v10. 2023-04-25 20:06:07 -07:00
David Anson
5b7c9f74fe Update documentation and examples to reference @v9. 2023-01-02 16:07:54 -08:00
David Anson
d57f8bd576 Update documentation and examples to reference @v8. 2022-11-30 03:43:33 +00:00
David Anson
9085e7e0dc Add "separator" input to enable using something other than "\n" for the globs input (fixes #58). 2022-11-30 03:29:42 +00:00
David Anson
a68af9a2a7 Update documentation and example to reference @v7. 2022-08-13 17:32:14 -07:00
David Anson
5886d8c11c Add example workflow demonstrating linting only changed files (closes #12). 2022-07-31 11:28:56 -07:00
David Anson
d199b6e1b8 Update documentation and example to reference @v6. 2022-07-23 13:41:12 -07:00
David Anson
70a2f849be Add examples for command=fix/config to README.md, tweak test name. 2022-07-23 13:36:46 -07:00
David Anson
b20e49cfa5 Remove unnecessary quotes from YAML code/examples, standardize on single (vs. double) quotes, add test for invalid configuration file. 2022-07-23 13:28:59 -07:00
David Anson
a2b28da4d9 Add .markdownlint.jsonc file from markdownlint-cli2, update README.md accordingly. 2022-07-22 23:06:46 -07:00
David Anson
0820d56e6c Add "command" input to allow invoking -fix and -config commands (fixes #7, fixes #8). 2022-07-21 22:24:48 -07:00
David Anson
607aa65024 Update documentation and example to reference @v5. 2022-01-22 15:50:14 -08:00
David Anson
2294e2849b
Remove trailing space introduced by GitHub web editor. 2021-12-12 18:41:29 -08:00
David Anson
06a575921f
Add links to markdownlint-cli2 and markdownlint documentation for configuration (fixes #2). 2021-12-12 18:38:25 -08:00
David Anson
fa80dbfb52
Add example of continue-on-error to the README (fixes #3). 2021-12-12 18:24:10 -08:00
David Anson
57ca163021
Fix YAML syntax error in README example (fixes #4). 2021-12-12 18:12:03 -08:00
David Anson
75ca8bd12c Update documentation and example to reference @v4. 2021-09-14 22:17:12 -07:00
David Anson
b0bc151ba3 Update documentation and example to reference @v3. 2021-07-22 22:06:07 -07:00
David Anson
df5e41bfe8 Update documentation and example to reference @v2. 2021-02-20 19:24:49 -08:00
David Anson
38b6b60393 Add example.yml, link, and glob syntax to README.md. 2021-01-17 20:34:17 -08:00
David Anson
6f2edb0be1 Add another example to README.md. 2021-01-15 20:25:42 -08:00
David Anson
b228c2ca00 Add examples and links to README.md. 2021-01-13 15:30:04 -08:00
David Anson
a7cc7f4b06 Convert glob input to globs to support multiple globs. 2021-01-13 14:50:05 -08:00
David Anson
2c0605ee91 Add passing/failing file and no/one glob to tests. 2021-01-13 14:29:36 -08:00
David Anson
a0ebec2ad9 Get glob input and pass through to command. 2021-01-12 22:25:46 -08:00
David Anson
7cf57ac21e Initial implementation. 2021-01-12 22:10:33 -08:00
David Anson
43204394f8
Initial commit 2021-01-12 21:28:47 -08:00