Skip to content

Commit

Permalink
Ignore case when looking for files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz committed Sep 25, 2024
1 parent 331357d commit ffae8f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

name: Run Unit Tests

on: [push, pull_request]
Expand All @@ -11,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check for CRLF line endings
run: >
! find . -type f -name "*.py"
! find . -type f -iname "*.py"
| grep -v '\.git/'
| xargs file
| grep CRLF
Expand Down

0 comments on commit ffae8f6

Please sign in to comment.