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 |
|