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()