From 050091bd401aa7b757145d816fde9ffc5287be6f Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 30 Oct 2024 23:09:17 +0100 Subject: [PATCH] ci: do not sanitize file names (#824) --- .github/workflows/pr-lint-check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint-check.yaml b/.github/workflows/pr-lint-check.yaml index 2adf44ff..506995a7 100644 --- a/.github/workflows/pr-lint-check.yaml +++ b/.github/workflows/pr-lint-check.yaml @@ -26,6 +26,7 @@ jobs: with: files: "**/*.ir" json: true + safe_output: false write_output_files: true - name: Verify the contents of the .github/outputs/all_changed_files.json file @@ -89,4 +90,4 @@ jobs: - name: Fail Pipeline if Linter Found Issues if: ${{ steps.run-linter.outcome == 'failure' }} - run: exit 1 \ No newline at end of file + run: exit 1