diff --git a/.github/workflows/check_filenames_lowercase.yml b/.github/workflows/check_filenames_lowercase.yml index 439305f8..20115ab8 100644 --- a/.github/workflows/check_filenames_lowercase.yml +++ b/.github/workflows/check_filenames_lowercase.yml @@ -12,7 +12,7 @@ jobs: - name: Check filenames in 'your-directory/' run: | # Change to the directory where you want to check filenames - cd your-directory + cd notebooks # Find files that do not match the lowercase pattern files=$(find . -type f ! -path "./.*" ! -name "*[[:upper:]]*") if [ -n "$files" ]; then