We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94abb29 commit 6a23b60Copy full SHA for 6a23b60
.github/workflows/doxygen_gen.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository and submodules
14
uses: actions/checkout@v4
.github/workflows/static-analisys.yml
@@ -28,4 +28,10 @@ jobs:
28
- uses: actions/upload-artifact@v4
29
with:
30
name: Static_Analisys_Results
31
- path: sa_results
+ path: sa_results
32
+ - name: Add static analysis results to summary
33
+ run: |
34
+ echo '## 🧪 Static Analysis Results' >> $GITHUB_STEP_SUMMARY
35
+ echo '```' >> $GITHUB_STEP_SUMMARY
36
+ cat ./sa_results/general.txt >> $GITHUB_STEP_SUMMARY
37
0 commit comments