Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskern74 committed Feb 27, 2024
1 parent fcb1cdd commit 64e5f25
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/filename-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- name: Check for capital letters in filenames in 'doc/manual'
run: |
echo "Hello"
files_with_caps=$(find doc/manual -type f | grep '[A-Z]')
if [ ! -z "$files_with_caps" ]; then
echo "Files with capital letters:"
echo "$files_with_caps"
fi
echo "Hello"
# files_with_caps=$(find doc/manual -type f | grep '[A-Z]')
# if [ ! -z "$files_with_caps" ]; then
# echo "Files with capital letters:"
# echo "$files_with_caps"
# fi

0 comments on commit 64e5f25

Please sign in to comment.