Skip to content

Commit

Permalink
qodana test
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Nov 11, 2023
1 parent c847e48 commit 071ae40
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/qodana-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Qodana
on:
push:
branches:
- master
- qodana
- 'releases/*'

jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
1 change: 1 addition & 0 deletions Thinktecture.Runtime.Extensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{21EB22
.gitignore = .gitignore
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
global.json = global.json
.github\workflows\qodana-analysis.yml = .github\workflows\qodana-analysis.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E6F200ED-86D2-4D5C-9D5F-34592908B107}"
Expand Down

0 comments on commit 071ae40

Please sign in to comment.