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

  • fd15fd2bbf
    Bump tj-actions/changed-files from 27 to 28 (#20) dependabot[bot] 2022-08-22 09:39:33 -0700
  • 8de9fb9fe1
    Bump tj-actions/changed-files from 27 to 28 dependabot[bot] 2022-08-22 09:56:24 +0000
  • 5ea3328efa Add GitHub Action for checking links in Markdown content. David Anson 2022-08-20 12:46:31 -0700
  • 33df300637
    Bump tj-actions/changed-files from 26.1 to 27 (#19) dependabot[bot] 2022-08-19 08:59:11 -0700
  • 1a59644ffc
    Bump tj-actions/changed-files from 26.1 to 27 dependabot[bot] 2022-08-19 09:46:00 +0000
  • 785de53464
    Bump eslint from 8.21.0 to 8.22.0 (#18) dependabot[bot] 2022-08-15 09:00:42 -0700
  • e4493c5456
    Bump tj-actions/changed-files from 25 to 26.1 (#17) dependabot[bot] 2022-08-15 08:59:51 -0700
  • 47a0739d1d
    Bump eslint from 8.21.0 to 8.22.0 dependabot[bot] 2022-08-15 09:41:27 +0000
  • ae0a6eefd6
    Bump tj-actions/changed-files from 25 to 26.1 dependabot[bot] 2022-08-15 09:39:58 +0000
  • e3969ef4ed Regenerate index.js after dependency updates. v7.0.0 v7 David Anson 2022-08-13 17:38:04 -0700
  • a68af9a2a7 Update documentation and example to reference @v7. David Anson 2022-08-13 17:32:14 -0700
  • 2768abdb0a
    Bump markdownlint-cli2 from 0.4.0 to 0.5.1 (#16) dependabot[bot] 2022-08-13 12:36:51 -0700
  • a6ac5010b7
    Bump markdownlint-cli2 from 0.4.0 to 0.5.1 dependabot[bot] 2022-08-13 19:33:34 +0000
  • a9d9d232f4
    Bump markdownlint-cli2 from 0.4.0 to 0.5.0 dependabot[bot] 2022-08-09 15:38:59 +0000
  • a149eacd05
    Bump @actions/core from 1.9.0 to 1.9.1 (#15) dependabot[bot] 2022-08-09 08:37:44 -0700
  • eb5d3a146a
    Bump tj-actions/changed-files from 24 to 25 (#14) dependabot[bot] 2022-08-09 08:37:11 -0700
  • 1f63076be0
    Bump @actions/core from 1.9.0 to 1.9.1 dependabot[bot] 2022-08-09 09:48:31 +0000
  • b83d94f4a0
    Bump tj-actions/changed-files from 24 to 25 dependabot[bot] 2022-08-09 09:47:51 +0000
  • 16d9da4591
    Bump eslint from 8.20.0 to 8.21.0 (#13) dependabot[bot] 2022-08-03 21:07:09 -0700
  • bac173d983
    Bump eslint from 8.20.0 to 8.21.0 dependabot[bot] 2022-08-04 04:04:05 +0000
  • 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). David Anson 2022-08-03 21:02:44 -0700
  • 6f8162e2c1 Fix job name in test workflow. David Anson 2022-07-31 11:34:03 -0700
  • 5886d8c11c Add example workflow demonstrating linting only changed files (closes #12). David Anson 2022-07-31 11:28:56 -0700
  • f9beccb1a4
    Create dependabot.yml to enable automatic version updates for GitHub Actions and npm packages. David Anson 2022-07-27 21:57:25 -0700
  • 7f1c17fe41 Create FUNDING.yml to enable a sponsor button for the repository. David Anson 2022-07-27 21:38:21 -0700
  • d199b6e1b8 Update documentation and example to reference @v6. v6.0.0 v6 David Anson 2022-07-23 13:41:12 -0700
  • 70a2f849be Add examples for command=fix/config to README.md, tweak test name. David Anson 2022-07-23 13:36:46 -0700
  • b20e49cfa5 Remove unnecessary quotes from YAML code/examples, standardize on single (vs. double) quotes, add test for invalid configuration file. David Anson 2022-07-23 13:28:59 -0700
  • a82aa2ee66 Update configuration file used by command=config test. David Anson 2022-07-22 23:18:19 -0700
  • 3e81dbb382 Move .markdownlint.jsonc file to avoid interfering with action tests. David Anson 2022-07-22 23:16:36 -0700
  • a2b28da4d9 Add .markdownlint.jsonc file from markdownlint-cli2, update README.md accordingly. David Anson 2022-07-22 23:06:46 -0700
  • cdb98c25d5 Update dependencies: actions/checkout to v3, actions/setup-node to v3. David Anson 2022-07-21 22:30:51 -0700
  • 0820d56e6c Add "command" input to allow invoking -fix and -config commands (fixes #7, fixes #8). David Anson 2022-07-21 22:24:48 -0700
  • 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. David Anson 2022-07-19 20:54:12 -0700
  • 744f913a12 Convert annotation properties startLine/startColumn to the correct type, omit if not present. v5.1.0 v5 David Anson 2022-02-05 17:09:56 -0800
  • e93b048e95 Annotations test David Anson 2022-02-05 13:06:35 -0800
  • c3b2de4a57 Include annotation information when reporting errors (fixes #5). David Anson 2022-02-05 12:57:47 -0800
  • b3c3b40b95 Update Action configuration to use Node 16. v5.0.0 David Anson 2022-01-22 16:09:20 -0800
  • 7128b3361a Add "git diff" check to end of test script for generated files. David Anson 2022-01-22 16:08:40 -0800
  • 607aa65024 Update documentation and example to reference @v5. David Anson 2022-01-22 15:43:47 -0800
  • 014c740f99 Update generated index.js script. David Anson 2022-01-22 15:49:22 -0800
  • 2412af60a2 Update copyright year for 2022. David Anson 2022-01-22 15:36:45 -0800
  • abc4e087a7 Specify "type" as "commonjs" in package.json. David Anson 2022-01-22 15:35:27 -0800
  • 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. David Anson 2022-01-22 15:33:41 -0800
  • 6c03395cfa Add npm scripts upgrade, docker-npm-install, and docker-npm-run-upgrade. David Anson 2022-01-22 15:16:11 -0800
  • 2294e2849b
    Remove trailing space introduced by GitHub web editor. David Anson 2021-12-12 18:41:29 -0800
  • 06a575921f
    Add links to markdownlint-cli2 and markdownlint documentation for configuration (fixes #2). David Anson 2021-12-12 18:38:25 -0800
  • fa80dbfb52
    Add example of continue-on-error to the README (fixes #3). David Anson 2021-12-12 18:24:10 -0800
  • 57ca163021
    Fix YAML syntax error in README example (fixes #4). David Anson 2021-12-12 18:12:03 -0800
  • 75ca8bd12c Update documentation and example to reference @v4. v4.0.0 v4 David Anson 2021-09-14 22:17:12 -0700
  • 290acf1afb Update dependencies: @actions/core to 1.5.0, markdownlint-cli2 to 0.3.1. David Anson 2021-09-14 22:14:33 -0700
  • d0b666aa94 Update dependencies: @vercel/ncc to 0.31.1, eslint to 7.32.0, eslint-plugin-unicorn to 36.0.0. David Anson 2021-09-14 22:11:31 -0700
  • b0bc151ba3 Update documentation and example to reference @v3. v3.0.0 v3 David Anson 2021-07-22 22:06:07 -0700
  • 7ae07668c9 Update dependencies: @actions/core to 1.4.0, markdownlint-cli2 to 0.1.3. David Anson 2021-07-22 21:59:18 -0700
  • f67293411f Update dependencies: @vercel/ncc to 0.29.0, eslint to 7.31.0, eslint-plugin-unicorn to 34.0.1. David Anson 2021-07-22 21:56:19 -0700
  • 5bd5f07ddd Update dependencies: eslint to 7.27.0, eslint-plugin-unicorn to 32.0.1. David Anson 2021-05-23 14:06:57 -0700
  • d9d19cac09 Switch to actions/setup-node@v2. David Anson 2021-05-23 14:00:03 -0700
  • df5e41bfe8 Update documentation and example to reference @v2. v2.0.0 v2 David Anson 2021-02-20 19:24:49 -0800
  • 9b0222c043 Update dependencies: eslint to 7.20.0, eslint-plugin-unicorn to 28.0.2. David Anson 2021-02-20 19:17:39 -0800
  • 863809d3c8 Update dependency: markdownlint-cli2 to 0.0.14. David Anson 2021-02-20 19:11:10 -0800
  • c2f789ccea Default to package-lock=false in .npmrc. David Anson 2021-02-20 19:02:26 -0800
  • 38b6b60393 Add example.yml, link, and glob syntax to README.md. David Anson 2021-01-17 20:34:17 -0800
  • ea5cc041bf Add test script to test workflow. v1.0.1 v1 David Anson 2021-01-15 20:44:36 -0800
  • 03a4399348 Add ESLint to test script, address new issues. David Anson 2021-01-15 20:35:50 -0800
  • 6f2edb0be1 Add another example to README.md. David Anson 2021-01-15 20:25:42 -0800
  • e783e2d336 Add branding icon as suggested by GitHub Marketplace. David Anson 2021-01-13 22:22:53 -0800
  • b228c2ca00 Add examples and links to README.md. v1.0.0 David Anson 2021-01-13 15:30:04 -0800
  • f86b36a138 Split workflow jobs so they all run even when one fails (expectedly). David Anson 2021-01-13 15:08:22 -0800
  • dc22015534 Fix typo due to copy/paste from runnable environment. David Anson 2021-01-13 14:55:03 -0800
  • a7cc7f4b06 Convert glob input to globs to support multiple globs. David Anson 2021-01-13 14:50:05 -0800
  • 9a43d58805 Fix file name typo in new test workflow. David Anson 2021-01-13 14:33:23 -0800
  • 2c0605ee91 Add passing/failing file and no/one glob to tests. David Anson 2021-01-13 14:29:36 -0800
  • aab8166ea1 Minor cleanup of unused/irrelevant components. David Anson 2021-01-13 14:17:17 -0800
  • 29c40c5e62 Stub markdownlint-cli2-formatter-default to verify functionality. David Anson 2021-01-12 22:51:40 -0800
  • a0ebec2ad9 Get glob input and pass through to command. David Anson 2021-01-12 22:25:46 -0800
  • 5a103c42be Initial implementation of test workflow. David Anson 2021-01-12 22:19:56 -0800
  • 7cf57ac21e Initial implementation. David Anson 2021-01-12 22:10:33 -0800
  • 43204394f8
    Initial commit David Anson 2021-01-12 21:28:47 -0800