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

22 commits

Author SHA1 Message Date
David Anson
5bfa7f6dfe Update index.js via "npm test". 2023-01-02 16:04:35 -08: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
ee28a92f8a Update dependencies: eslint-plugin-unicorn to 45.0.1. 2022-11-29 04:39:30 +00:00
David Anson
e3969ef4ed Regenerate index.js after dependency updates. 2022-08-13 17:38:04 -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
4309653070 Update dependencies: actions/core to 1.9.0, @vercel/ncc to 0.34.0, eslint to 8.20.0, eslint-plugin-unicorn to 43.0.2. 2022-07-19 20:54:12 -07:00
David Anson
744f913a12 Convert annotation properties startLine/startColumn to the correct type, omit if not present.
fix
2022-02-05 17:18:07 -08:00
David Anson
c3b2de4a57 Include annotation information when reporting errors (fixes #5). 2022-02-05 13:16:00 -08:00
David Anson
014c740f99 Update generated index.js script. 2022-01-22 15:50:14 -08:00
David Anson
d43ffab996 Update dependencies: @actions/core to 1.6.0, markdownlint-cli2 to 0.4.0, @vercel/ncc to 0.33.1, eslint to 8.7.0, eslint-plugin-unicorn to 40.1.0. 2022-01-22 15:33:41 -08:00
David Anson
290acf1afb Update dependencies: @actions/core to 1.5.0, markdownlint-cli2 to 0.3.1. 2021-09-14 22:14:33 -07:00
David Anson
d0b666aa94 Update dependencies: @vercel/ncc to 0.31.1, eslint to 7.32.0, eslint-plugin-unicorn to 36.0.0. 2021-09-14 22:11:31 -07:00
David Anson
7ae07668c9 Update dependencies: @actions/core to 1.4.0, markdownlint-cli2 to 0.1.3. 2021-07-22 21:59:18 -07:00
David Anson
f67293411f Update dependencies: @vercel/ncc to 0.29.0, eslint to 7.31.0, eslint-plugin-unicorn to 34.0.1. 2021-07-22 21:56:19 -07:00
David Anson
9b0222c043 Update dependencies: eslint to 7.20.0, eslint-plugin-unicorn to 28.0.2. 2021-02-20 19:17:39 -08:00
David Anson
863809d3c8 Update dependency: markdownlint-cli2 to 0.0.14. 2021-02-20 19:11:10 -08:00
David Anson
03a4399348 Add ESLint to test script, address new issues. 2021-01-15 20:35:50 -08:00
David Anson
dc22015534 Fix typo due to copy/paste from runnable environment. 2021-01-13 14:55:03 -08:00
David Anson
a7cc7f4b06 Convert glob input to globs to support multiple globs. 2021-01-13 14:50:05 -08:00
David Anson
29c40c5e62 Stub markdownlint-cli2-formatter-default to verify functionality. 2021-01-12 22:51:40 -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