mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
Add lint error in malformed python project (#25)
This commit is contained in:
committed by
GitHub
parent
efef6ba8fa
commit
ec9ad4417f
+2
@@ -1,2 +1,4 @@
|
||||
import sys
|
||||
|
||||
print("Hello world!")
|
||||
print('How are you?')
|
||||
|
||||
Reference in New Issue
Block a user