Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new GitHub Actions workflow for running Qodana, a JetBrains code quality tool, on every push and pull request to the main branch. This workflow runs Qodana Scan on an ubuntu-latest runner and uses QODANA_TOKEN for authentication. It is necessary to maintain the code quality and ensure standards are met before merging into main branch.
- Loading branch information