Skip to content

Commit

Permalink
[.github] update linty workflow
Browse files Browse the repository at this point in the history
try to include debugging files as artifacts
  • Loading branch information
stnolting committed Oct 3, 2024
1 parent bb8bee4 commit 5b8ffdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand All @@ -45,3 +44,4 @@ jobs:
path: |
./bugfinder_workdir/
./.linty/
include-hidden-files: true

0 comments on commit 5b8ffdf

Please sign in to comment.