diff --git a/.github/workflows/qodana-badge.yml b/.github/workflows/qodana-badge.yml new file mode 100644 index 0000000..32fa5a4 --- /dev/null +++ b/.github/workflows/qodana-badge.yml @@ -0,0 +1,10 @@ + - name: Qodana Scan Badge + # You may pin to the exact commit or the version. + # uses: joaofouyer/qodana-action-badge@e00e4a5c0b9e551c1d6fdb092327a801d4869203 + uses: joaofouyer/qodana-action-badge@0.5.0 + with: + qodana-output: true + generate-coverage: false + generate-quality: true + generate-qodana-button: false +