Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
CW UNDER DEADLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMegistone4Ever committed Dec 30, 2023
1 parent 83f2e9d commit 1d723ee
Show file tree
Hide file tree
Showing 28 changed files with 75,452 additions and 65 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- master

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
args: --baseline,qodana.sarif.json
36 changes: 36 additions & 0 deletions .idea/artifacts/Vocalia_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d723ee

Please sign in to comment.