Skip to content

Commit

Permalink
ci: use qodana instead
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Jun 16, 2024
1 parent 60df00b commit d84e2ec
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 48 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main

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 }}
48 changes: 0 additions & 48 deletions .github/workflows/sonar.yml

This file was deleted.

6 changes: 6 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: "1.0"
profile:
name: qodana.recommended
linter: jetbrains/qodana-dotnet:2024.1
dotnet:
solution: COTL_API.sln

0 comments on commit d84e2ec

Please sign in to comment.