Skip to content

Commit

Permalink
check_imports: log success
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 9, 2025
1 parent dd2fddf commit 9a2d2fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/check_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ async def run_subproc(py_bin: str, file: Path) -> None:
err = f'The following file has an invalid import: {file}'
raise RuntimeError(err)

print(f"File '{file}' has valid imports")


async def main() -> None: # noqa: D103
"""Validate import statements for files in gamefixes-*. by running them."""
Expand Down

0 comments on commit 9a2d2fd

Please sign in to comment.