Commit Graph

77 Commits

Author SHA1 Message Date
David Anson 05972bf2b0 Update GitHub Actions test workflow to pass when failing tests fail (but not when they
succeed).
2022-09-13 21:14:49 -07:00
dependabot[bot] 5d99076e99 Bump eslint from 8.23.0 to 8.23.1 (#28) 2022-09-12 08:59:13 -07:00
dependabot[bot] 38703bf122 Bump tj-actions/changed-files from 29.0.3 to 29.0.4 (#26) 2022-09-08 09:18:18 -07:00
dependabot[bot] c7bbd5ad70 Bump JustinBeckwith/linkinator-action from 1.10.2 to 1.10.3 (#27) 2022-09-08 09:17:42 -07:00
dependabot[bot] 2332e029cb Bump tj-actions/changed-files from 29.0.2 to 29.0.3 (#25) 2022-09-05 10:06:42 -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] e2dcd59f49 Bump tj-actions/changed-files from 29.0.1 to 29.0.2 (#23) 2022-08-29 08:25:33 -07:00
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] 785de53464 Bump eslint from 8.21.0 to 8.22.0 (#18) 2022-08-15 09:00:42 -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 e3969ef4ed Regenerate index.js after dependency updates. v7.0.0 v7 2022-08-13 17:38:04 -07:00
David Anson a68af9a2a7 Update documentation and example to reference @v7. 2022-08-13 17:32:14 -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] eb5d3a146a Bump tj-actions/changed-files from 24 to 25 (#14) 2022-08-09 08:37:11 -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 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. v6.0.0 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 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
v5 v5.1.0
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. v5.0.0 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. v4 v4.0.0 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