ubsuny / 23-Homework4G3

Apache License 2.0
0 stars 11 forks source link

Question: Can you perform unit testing and linting on a file with .ipynb extension (Jupyter notebook) using GitHub Actions? #24

Closed Pranjal-Srivastava-2023 closed 11 months ago

reshnashrestha commented 11 months ago

Yes, same question. Git hub action follows the python files so I am confused on this.

pratibha77118 commented 11 months ago

we should create python script (.py) file only to run on github action.

AhmedCode99 commented 11 months ago

ok