mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[.github] update linty workflow
try to include debugging files as artifacts
This commit is contained in:
parent
bb8bee4d09
commit
5b8ffdf850
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Linty.yml
vendored
2
.github/workflows/Linty.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
|||
- name: Run Linty
|
||||
run: |
|
||||
docker run \
|
||||
--rm \
|
||||
-e SONAR_HOST_URL=https://oss.linty-services.com \
|
||||
-e SONAR_TOKEN="${{ secrets.LINTY_TOKEN }}" \
|
||||
-e GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" \
|
||||
|
@ -45,3 +44,4 @@ jobs:
|
|||
path: |
|
||||
./bugfinder_workdir/
|
||||
./.linty/
|
||||
include-hidden-files: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue