Skip to content

Commit

Permalink
ci: code quality analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed Jun 25, 2024
1 parent c5c9ba7 commit 9c67d41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci-code-quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main

jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- name: Checkout latest code
uses: actions/checkout@v4
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 9c67d41

Please sign in to comment.