Skip to content

Commit

Permalink
fixed missing space in checkFile script
Browse files Browse the repository at this point in the history
  • Loading branch information
iBatistic committed Jul 11, 2024
1 parent b7363b9 commit ecfce40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
chmod +x ./applications/scripts/checkFileHeader.sh
if [ "$extension" == "py" ]; then
if [ "$(basename "$file")" != "__init__.py"]; then
if [ "$(basename "$file")" != "__init__.py" ]; then
echo "Checking: $file"
./applications/scripts/checkFileHeader.sh "$file"
fi
Expand Down

0 comments on commit ecfce40

Please sign in to comment.