Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Feb 2, 2024
1 parent 7fce821 commit 162285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_filenames_lowercase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 162285c

Please sign in to comment.