CI: Check file name case sensitivity in lint workflow. (#20903)
This commit is contained in:
2
.github/workflows/sub_lint.yml
vendored
2
.github/workflows/sub_lint.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user