Skip to content

Test system

Test system #16

Triggered via pull request October 31, 2023 17:38
Status Failure
Total duration 1m 23s
Artifacts

build-and-test.yml

on: pull_request
build
1m 10s
build
test
9s
test
test-pr-commits
5s
test-pr-commits
test-allow-one-liners
3s
test-allow-one-liners
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
test-pr-commits
The message 2 is invalid: * The line 3 of the message (line 1 of the body) exceeds the limit of 72 characters. The line contains 543 characters: "This update includes changes in the retrieval and validation of commit messages. It now supports the validation of commits within pull requests, primarily by extracting pull request commit messages and taking context from the GitHub API. A new dependency '@octokit/webhooks-types' has been added to help with this process. The option to validate pull request commits is also adjustable via a new input parameter. Changes are reflected in package.json, dist/index.js, package-lock.json, src/input.ts, src/mainImpl.ts, and src/commitMessages.ts.". Please reformat the body so that all the lines fit 72 characters. The original message was: Add validation for commits in pull requests This update includes changes in the retrieval and validation of commit messages. It now supports the validation of commits within pull requests, primarily by extracting pull request commit messages and taking context from the GitHub API. A new dependency '@octokit/webhooks-types' has been added to help with this process. The option to validate pull request commits is also adjustable via a new input parameter. Changes are reflected in package.json, dist/index.js, package-lock.json, src/input.ts, src/mainImpl.ts, and src/commitMessages.ts. Signed-off-by: Luiz Ferraz <[email protected]> The message 3 is invalid: * The subject must start with a capitalized word, but the current first word is: "WIP". Please capitalize to: "Wip". * The subject must start with a verb in imperative mood, but it started with: "WIP". Whether the word is in imperative mood is determined by whitelisting. The general whitelist is available at https://github.com/mristin/opinionated-commit-message/blob/master/src/mostFrequentEnglishVerbs.ts. You can whitelist additional verbs using "additional-verbs" input to your GitHub action (currently no additional verbs were thus specified). Moreover, you can also whitelist additional verbs in a file given as "path-to-additional-verbs" input to your GitHub action (currently no whitelist file was specified). Please check the whitelist and either change the first word of the subject or whitelist the verb. The original message was: WIP Signed-off-by: Luiz Ferraz <[email protected]> The message 4 is invalid: * The subject must start with a capitalized word, but the current first word is: "WIP". Please capitalize to: "Wip". * The subject must start with a verb in imperative mood, but it started with: "WIP". Whether the word is in imperative mood is determined by whitelisting. The general whitelist is available at https://github.com/mristin/opinionated-commit-message/blob/master/src/mostFrequentEnglishVerbs.ts. You can whitelist additional verbs using "additional-verbs" input to your GitHub action (currently no additional verbs were thus specified). Moreover, you can also whitelist additional verbs in a file given as "path-to-additional-verbs" input to your GitHub action (currently no whitelist file was specified). Please check the whitelist and either change the first word of the subject or whitelist the verb. The original message was: WIP Signed-off-by: Luiz Ferraz <[email protected]>
build
Process completed with exit code 1.
test-allow-one-liners
The following actions uses node12 which is deprecated and will be forced to run on node16: ./. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-pr-commits
The following actions uses node12 which is deprecated and will be forced to run on node16: ./. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-pr-commits
Unexpected input(s) 'validate-pull-request-commits', 'github-token', valid inputs are ['additional-verbs', 'path-to-additional-verbs', 'allow-one-liners', 'max-subject-line-length', 'max-body-line-length', 'enforce-sign-off', 'skip-body-check']
test
The following actions uses node12 which is deprecated and will be forced to run on node16: ./. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/