From fe9ac47c6b7fa6b95c0f624aa67820678e33e7fd Mon Sep 17 00:00:00 2001 From: Jackson Oursland Date: Mon, 28 Apr 2025 09:01:21 -0700 Subject: [PATCH] CI: Check file name case sensitivity in lint workflow. (#20903) --- .github/workflows/sub_lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sub_lint.yml b/.github/workflows/sub_lint.yml index 0d957f50ff..f880adc5f3 100644 --- a/.github/workflows/sub_lint.yml +++ b/.github/workflows/sub_lint.yml @@ -207,6 +207,8 @@ jobs: echo "reportFile=${{ env.reportfilename }}" >> $GITHUB_OUTPUT # Generic lints steps + - name: Check File Case Sensitivity + uses: credfeto/action-case-checker@v1.3.0 - name: Check for non Unix line ending if: inputs.checkLineendings && always()