Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Nov 17, 2023
1 parent cf2263b commit c15b4d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
qodana:
runs-on: ubuntu-latest
runs-on: self-ubuntu
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -22,3 +22,4 @@ jobs:
with:
args: --ide,QDNET
pr-mode: false
upload-result: true
3 changes: 2 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ exclude:
- name: NotAccessedPositionalProperty.Global

bootstrap: |
curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --jsonfile /data/project/global.json -i /usr/share/dotnet
curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --jsonfile ./global.json -i /usr/share/dotnet
sh ./init.sh
dotnet:
solution: All.sln

0 comments on commit c15b4d6

Please sign in to comment.