Commit Graph

31 Commits

Author SHA1 Message Date
dependabot[bot] 7c806803da Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-29 08:50:54 -07:00
David Anson c643cd59b9 Treat "fix" input as a boolean via getBooleanInput, update documentation (refs #366). 2026-05-16 17:47:02 -07:00
David Anson 64b1c6ae18 Add package-lock.json for reproducible builds (fixes #362). 2026-05-06 05:08:59 +00:00
David Anson 08fc3a21b1 Add configPointer input, examples for package.json/pyproject.toml. 2026-03-25 21:16:25 -07:00
dependabot[bot] db7ea3f7fb Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 08:13:11 -08:00
dependabot[bot] 0ff781dcd7 Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-14 08:56:02 -07:00
dependabot[bot] 0a509faff1 Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 08:38:54 -07:00
dependabot[bot] 87673a8fce Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 12:54:17 -07:00
David Anson 1d17f9bb81 Add tests for custom rules (markdown-it and micromark) with no errors and errors. 2025-01-18 21:17:49 -08:00
David Anson 1e5b6609c9 Remove "command" input deprecated in v11. 2023-11-21 14:22:00 -08:00
dependabot[bot] da3a93a13e Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 08:59:23 -07:00
David Anson ccde71ff7c Update non-example GitHub Workflows to ignore "push" actions to "dependabot/**" branches because these are also associated with a "pull_request". 2023-09-17 10:59:26 -07:00
dependabot[bot] b5f84f73fb Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 09:13:45 -07:00
David Anson f70c069572 Add "config" and "fix" inputs, deprecate "command" input. 2023-06-11 17:36:54 -07:00
David Anson 9085e7e0dc Add "separator" input to enable using something other than "\n" for the globs input (fixes #58). 2022-11-30 03:29:42 +00:00
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
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 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 d9d19cac09 Switch to actions/setup-node@v2. 2021-05-23 14:00:03 -07: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