Skip to content

Commit

Permalink
- add Qodana to AboutLibs CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed May 27, 2024
1 parent c948f79 commit 04fe700
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
if: github.event_name == 'pull_request'
run: ./gradlew lintDebug

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

- name: Setup Ruby
if: github.event_name == 'pull_request'
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 04fe700

Please sign in to comment.