Run python chatbot code using Github workflow
Running Python code on Github (https://github.com/Inderjeetdev/chatbot): 1) In project folder create a file named script.py with actual code of Python, need to be run, example as following code: print(“Hello, World!”) …