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 dc447f5 commit fcb1cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/filename-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- uses: actions/checkout@v4
- 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"

0 comments on commit fcb1cdd

Please sign in to comment.