From 3e7b32b1cd45dfed3bc6b91dc21df39e6c736fed Mon Sep 17 00:00:00 2001 From: "Tuncion \"Alessio C." Date: Tue, 10 Dec 2024 08:44:01 +0100 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1e2a95d..e00241e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,10 +14,3 @@ jobs: capture: "junit.xml" args: "-t --formatter JUnit" extra_libs: mysql - - name: Generate Lint Report - if: always() - uses: mikepenz/action-junit-report@v3 - with: - report_paths: "**/junit.xml" - check_name: Linting Report - fail_on_failure: false \ No newline at end of file