Skip to content

Integrate Qodana for code quality checks and add release workflow#1

Merged
diegosilval merged 1 commit intomasterfrom
develop
Feb 2, 2026
Merged

Integrate Qodana for code quality checks and add release workflow#1
diegosilval merged 1 commit intomasterfrom
develop

Conversation

@diegosilval
Copy link
Contributor

Add Qodana configuration and CI workflows:

  • .github/workflows/qodana_code_quality.yml for automated Qodana scans on PRs, pushes, and manual triggers.
  • qodana.yaml to define analysis settings, inspection profiles, and quality gates.

Add GitHub Actions release pipeline:

  • .github/workflows/release.yml to build, package, and create releases triggered on pushes to the master branch.

Add Qodana configuration and CI workflows:
- `.github/workflows/qodana_code_quality.yml` for automated Qodana scans on PRs, pushes, and manual triggers.
- `qodana.yaml` to define analysis settings, inspection profiles, and quality gates.

Add GitHub Actions release pipeline:
- `.github/workflows/release.yml` to build, package, and create releases triggered on pushes to the master branch.
@diegosilval diegosilval merged commit 5657596 into master Feb 2, 2026
2 checks passed
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant