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

149 commits

Author SHA1 Message Date
David Anson
a82aa2ee66 Update configuration file used by command=config test. 2022-07-22 23:18:19 -07:00
David Anson
3e81dbb382 Move .markdownlint.jsonc file to avoid interfering with action tests. 2022-07-22 23:16:36 -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
cdb98c25d5 Update dependencies: actions/checkout to v3, actions/setup-node to v3. 2022-07-21 22:30:51 -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
b3c3b40b95 Update Action configuration to use Node 16. 2022-01-22 16:09:20 -08:00
David Anson
7128b3361a Add "git diff" check to end of test script for generated files. 2022-01-22 16:08:40 -08:00
David Anson
607aa65024 Update documentation and example to reference @v5. 2022-01-22 15:50:14 -08:00
David Anson
014c740f99 Update generated index.js script. 2022-01-22 15:50:14 -08:00
David Anson
2412af60a2 Update copyright year for 2022. 2022-01-22 15:36:45 -08:00
David Anson
abc4e087a7 Specify "type" as "commonjs" in package.json. 2022-01-22 15:35:27 -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
6c03395cfa Add npm scripts upgrade, docker-npm-install, and docker-npm-run-upgrade. 2022-01-22 15:16:53 -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
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
b0bc151ba3 Update documentation and example to reference @v3. 2021-07-22 22:06:07 -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
5bd5f07ddd Update dependencies: eslint to 7.27.0, eslint-plugin-unicorn to 32.0.1. 2021-05-23 14:06:57 -07:00
David Anson
d9d19cac09 Switch to actions/setup-node@v2. 2021-05-23 14:00:03 -07:00
David Anson
df5e41bfe8 Update documentation and example to reference @v2. 2021-02-20 19:24:49 -08: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
c2f789ccea Default to package-lock=false in .npmrc. 2021-02-20 19:02:26 -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
ea5cc041bf Add test script to test workflow. 2021-01-15 20:44:36 -08:00
David Anson
03a4399348 Add ESLint to test script, address new issues. 2021-01-15 20:35:50 -08:00
David Anson
6f2edb0be1 Add another example to README.md. 2021-01-15 20:25:42 -08:00
David Anson
e783e2d336 Add branding icon as suggested by GitHub Marketplace. 2021-01-13 22:22:53 -08:00
David Anson
b228c2ca00 Add examples and links to README.md. 2021-01-13 15:30:04 -08:00
David Anson
f86b36a138 Split workflow jobs so they all run even when one fails (expectedly). 2021-01-13 15:08:22 -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
9a43d58805 Fix file name typo in new test workflow. 2021-01-13 14:33:23 -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
aab8166ea1 Minor cleanup of unused/irrelevant components. 2021-01-13 14:17:17 -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
5a103c42be Initial implementation of test workflow. 2021-01-12 22:19:56 -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