[.github] update linty workflow

try to include debugging files as artifacts
This commit is contained in:
stnolting 2024-10-03 21:12:09 +02:00
parent bb8bee4d09
commit 5b8ffdf850

View file

@ -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