-
-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imp: use qodana GHA #2812
imp: use qodana GHA #2812
Conversation
b546959
to
59b3cb6
Compare
59b3cb6
to
0ab86ec
Compare
Qodana for C/C++It seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
30fa31a
to
5e9a48c
Compare
ac5d6b4
to
d33255e
Compare
d33255e
to
455124a
Compare
Make Qodana works on the right way now, using the Qodana Action, now it will only show the new errors and also will comment on the PR with the new errors that it finds.