10 Commits

Author SHA1 Message Date
mahula
3d4e763f0c set workflows to use node v20 2023-10-29 19:29:45 +01:00
dependabot[bot]
717b873b36
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-28 01:50:30 +00:00
dependabot[bot]
b5bba763e6
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-10-05 10:56:09 +00:00
3b79eeb95b
specify when to run the test workflows (only used target master before 2023-10-05 10:54:23 +02:00
7406a96128
remove duplicate checks 2023-09-12 13:35:43 +02:00
0af89e6709
run workflows when pullrequest is targeting this repo 2023-09-12 13:21:41 +02:00
23ce59e72e
setup node 19 on the other two workflows aswell 2023-02-23 23:35:57 +01:00
e8a4e47410
renamed some labels and names of workflows 2023-01-03 23:04:31 +01:00
f0ead6c746
renamed command lint to test to fit the npm standard
new rule textlint-rule-no-exclamation-question-mark
2023-01-03 21:45:54 +01:00
2f82d2954a
- test-lint workflow
- renamed textlintrc to textlintrc.js
- new rule textlint-rule-no-start-duplicated-conjunction
2023-01-03 21:41:40 +01:00