Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
super-lint:
name: Lint code base
name: super-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
7 changes: 7 additions & 0 deletions test_1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
def hello():
print("hi")
def bye()
print("bye")


print(hello())