Skip to content

Commit

Permalink
Add azure-pipelines.qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jun 12, 2023
1 parent 27cc1e9 commit 7f48ab8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pool:
vmImage: 'ubuntu-latest'

jobs:
- job: QodanaScan
displayName: 'Qodana Scan'
steps:
- task: Cache@2 # Not required, but Qodana will open projects with cache faster.
inputs:
key: '"$(Build.Repository.Name)" | "$(Build.SourceBranchName)" | "$(Build.SourceVersion)"'
path: '$(Agent.TempDirectory)/qodana/cache'
restoreKeys: |
"$(Build.Repository.Name)" | "$(Build.SourceBranchName)"
"$(Build.Repository.Name)"
- task: QodanaScan@2023

0 comments on commit 7f48ab8

Please sign in to comment.