Add Qodana to GitHub Actions #764
check-title-and-description-of-pull-request.yml
on: pull_request
Check-title-and-description-of-pull-request
10s
Annotations
1 error
Check-title-and-description-of-pull-request
The message 1 is invalid:
* The line 4 of the message (line 2 of the body) exceeds the limit of 72 characters. The line contains 101 characters: "Qodana is a static analysis tool that can be used to analyze the quality of the code in a repository.". Please reformat the body so that all the lines fit 72 characters.
* The line 5 of the message (line 3 of the body) exceeds the limit of 72 characters. The line contains 148 characters: "This PR adds a new workflow file that runs Qodana on every PR on the changed files in the repository and uploads the results to the PR as comments. ". Please reformat the body so that all the lines fit 72 characters.
* The line 6 of the message (line 4 of the body) exceeds the limit of 72 characters. The line contains 124 characters: "This will allow developers to see the results of the analysis in the GitHub UI and take action on any issues that are found.". Please reformat the body so that all the lines fit 72 characters.
The original message was:
Add Qodana to GitHub Actions
This PR adds Qodana to GitHub Actions.
Qodana is a static analysis tool that can be used to analyze the quality of the code in a repository.
This PR adds a new workflow file that runs Qodana on every PR on the changed files in the repository and uploads the results to the PR as comments.
This will allow developers to see the results of the analysis in the GitHub UI and take action on any issues that are found.
|