git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3aa53c
)
add qodana scan to ci builds
author
gggeek
<giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 09:10:22 +0000
(09:10 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 09:10:22 +0000
(09:10 +0000)
.github/workflows/ci.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yaml
b/.github/workflows/ci.yaml
index
1910258
..
c452d6c
100644
(file)
--- a/
.github/workflows/ci.yaml
+++ b/
.github/workflows/ci.yaml
@@
-113,6
+113,11
@@
jobs:
- name: test perl demo files
run: 'perl demo/client/perl/test.pl'
+ - name: Qodana scan
+ uses: JetBrains/qodana-action@main
+ env:
+ QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
+
- name: failure troubleshooting
if: ${{ failure() }}
run: |