From 5b8ffdf8508e7868723734334885ce36d9d0892d Mon Sep 17 00:00:00 2001 From: stnolting Date: Thu, 3 Oct 2024 21:12:09 +0200 Subject: [PATCH] [.github] update linty workflow try to include debugging files as artifacts --- .github/workflows/Linty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linty.yml b/.github/workflows/Linty.yml index 31a9e630c..dfee430a4 100644 --- a/.github/workflows/Linty.yml +++ b/.github/workflows/Linty.yml @@ -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