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

24 commits

Author SHA1 Message Date
dependabot[bot]
5d99076e99
Bump eslint from 8.23.0 to 8.23.1 (#28) 2022-09-12 08:59:13 -07:00
dependabot[bot]
a39a64c526
Bump eslint from 8.22.0 to 8.23.0 (#24) 2022-08-29 08:26:18 -07:00
dependabot[bot]
785de53464
Bump eslint from 8.21.0 to 8.22.0 (#18) 2022-08-15 09:00:42 -07:00
dependabot[bot]
2768abdb0a
Bump markdownlint-cli2 from 0.4.0 to 0.5.1 (#16)
Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-13 12:36:51 -07:00
dependabot[bot]
a149eacd05
Bump @actions/core from 1.9.0 to 1.9.1 (#15) 2022-08-09 08:37:44 -07:00
dependabot[bot]
16d9da4591
Bump eslint from 8.20.0 to 8.21.0 (#13)
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.20.0...v8.21.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 21:07:09 -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
3e81dbb382 Move .markdownlint.jsonc file to avoid interfering with action tests. 2022-07-22 23:16:36 -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
7128b3361a Add "git diff" check to end of test script for generated files. 2022-01-22 16:08:40 -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
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
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
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
aab8166ea1 Minor cleanup of unused/irrelevant components. 2021-01-13 14:17:17 -08:00
David Anson
7cf57ac21e Initial implementation. 2021-01-12 22:10:33 -08:00