Skip to content

Commit

Permalink
added workflow file .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthaman-ra-13912 committed Sep 10, 2023
1 parent 464b36e commit b7dfca2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- develop

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit b7dfca2

Please sign in to comment.