Skip to content

Commit

Permalink
Error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank.Markwort committed Sep 15, 2024
1 parent f1f8660 commit 3849de5
Show file tree
Hide file tree
Showing 20 changed files with 34,279 additions and 209 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/qodana_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:
- dev
- master

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

0 comments on commit 3849de5

Please sign in to comment.