feat(ci): script checking;

This commit is contained in:
Barrett Ruth 2025-11-08 17:41:49 -05:00
parent 7dbac2132a
commit 5730695a53
7 changed files with 333 additions and 0 deletions

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from midnight-nvim!")
if __name__ == "__main__":
main()