diff --git a/.github/workflows/hello.py b/.github/workflows/hello.py new file mode 100644 index 0000000..75d9766 --- /dev/null +++ b/.github/workflows/hello.py @@ -0,0 +1 @@ +print('hello world')