Skip to content

Commit

Permalink
adding the some module to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
abudusamad committed Mar 21, 2024
1 parent e69eda4 commit 8044937
Show file tree
Hide file tree
Showing 4 changed files with 16,092 additions and 2 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
44 changes: 42 additions & 2 deletions .idea/workspace.xml

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

Loading

0 comments on commit 8044937

Please sign in to comment.