Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Mar 28, 2024
1 parent fc8c61f commit 5c0cadc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
set +x
formatted_files=$(find ./config ./src ./tools -newer /tmp/pre_fmt)
num_formatted_files=$(echo $formatted_files | wc -l)
if [ "$num_formatted_files" -gt 0 ]; then
echo $num_formatted_files
if [ "$num_formatted_files" -ne "0" ]; then
echo "❌🔥 Bad code detected! The following files would be reformatted:"
echo "$formatted_files"
exit 1
Expand Down
11 changes: 0 additions & 11 deletions config/test.py

This file was deleted.

11 changes: 0 additions & 11 deletions tools/containerization/test.py

This file was deleted.

0 comments on commit 5c0cadc

Please sign in to comment.