Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeste-VANDAMME authored Dec 17, 2024
1 parent 341ee01 commit dd32b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Lint and syntax check
run: |
for file in $(find . -name "*.py" -type f); do
find . -name "*.py" -type f -print0 | while IFS= read -r -d '' file; do
echo "Checking $file"
python -m py_compile "$file" || exit 1
done
Expand Down

0 comments on commit dd32b55

Please sign in to comment.