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

82 commits

Author SHA1 Message Date
dependabot[bot]
cc5d75e8a2
Bump tj-actions/changed-files from 29.0.0 to 29.0.1 (#22) 2022-08-26 08:56:28 -07:00
dependabot[bot]
dd425babe9
Bump tj-actions/changed-files from 28 to 29.0.0 (#21) 2022-08-24 09:28:29 -07:00
dependabot[bot]
fd15fd2bbf
Bump tj-actions/changed-files from 27 to 28 (#20) 2022-08-22 09:39:33 -07:00
David Anson
5ea3328efa Add GitHub Action for checking links in Markdown content. 2022-08-20 12:50:46 -07:00
dependabot[bot]
33df300637
Bump tj-actions/changed-files from 26.1 to 27 (#19) 2022-08-19 08:59:11 -07:00
dependabot[bot]
e4493c5456
Bump tj-actions/changed-files from 25 to 26.1 (#17) 2022-08-15 08:59:51 -07:00
David Anson
a68af9a2a7 Update documentation and example to reference @v7. 2022-08-13 17:32:14 -07:00
dependabot[bot]
eb5d3a146a
Bump tj-actions/changed-files from 24 to 25 (#14) 2022-08-09 08:37:11 -07:00
David Anson
0c1223ceb5 Update npm test script to ignore differences in generated file dist/index.js due to different npm install behavior for Dependabot (installs different packages, closer to yarn behavior). 2022-08-03 21:02:44 -07:00
David Anson
6f8162e2c1 Fix job name in test workflow. 2022-07-31 11:34:03 -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
f9beccb1a4
Create dependabot.yml to enable automatic version updates for GitHub Actions and npm packages. 2022-07-27 21:57:25 -07:00
David Anson
7f1c17fe41 Create FUNDING.yml to enable a sponsor button for the repository. 2022-07-27 21:38:21 -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
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
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
607aa65024 Update documentation and example to reference @v5. 2022-01-22 15:50:14 -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
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
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
f86b36a138 Split workflow jobs so they all run even when one fails (expectedly). 2021-01-13 15:08:22 -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
5a103c42be Initial implementation of test workflow. 2021-01-12 22:19:56 -08:00