chore(release): v1.0.1 🎉 #7
test.yml
on: push
suite
/
...
/
npm
43s
suite
/
test-commits
12s
suite
/
test-types
11s
suite
/
test-format
12s
suite
/
test-lint
18s
suite
/
test-unit
13s
suite
/
test-integration
15s
suite
/
test-acceptance-locally
14s
Annotations
13 warnings
suite / install / npm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-types
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-commits
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-unit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-acceptance-locally
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-integration
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
suite / test-lint:
src/domain/HasName.ts#L6
Missing return type on function
|
suite / test-lint:
src/logic/withExpectOutkey.ts#L16
'Thing' is defined but never used
|
suite / test-lint:
src/logic/withExpectOutkey.ts#L20
Missing return type on function
|
suite / test-lint:
src/logic/withExpectOutput.ts#L19
'options' is defined but never used. Allowed unused args must match /^_/u
|
suite / test-lint:
src/logic/withExpectOutput.ts#L22
Missing return type on function
|