mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
5eee2a4332
Fixes: #164 --------- Co-authored-by: Clawdbot <clawdbot@users.noreply.github.com>
4 lines
51 B
Python
4 lines
51 B
Python
"""Hello world example."""
|
|
|
|
print("Hello, world!")
|