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 diff --git a/TVs/LG/LG_OLED48C37LA (LG_OLED C3 models) b/TVs/LG/LG_OLED48C37LA (LG_OLED C3 models).ir similarity index 100% rename from TVs/LG/LG_OLED48C37LA (LG_OLED C3 models) rename to TVs/LG/LG_OLED48C37LA (LG_OLED C3 models).ir