ubsuny / 23-Homework4G3

Apache License 2.0
0 stars 11 forks source link

Steps to follow! #11

Closed tirthbha closed 11 months ago

tirthbha commented 11 months ago

Basically, we will do the following steps for this task, if I were not wrong: 1) Initialize GitHub Actions by creating a .yml file within .github/workflows in the repository. 2) Define Workflow Triggers by specifying events like push or pull request to the main branch that initiate the workflow, which includes check out the repository, set up a Python environment, install necessary Python packages: numpy, matplotlib, pytest, flake8, perform linting using flake8, and run unit tests with pytest. 3) Finally, the Documentation part, where we will write instructions detailing the process of creating and configuring theGitHub Actions workflow. Correct me If I was wrong here.

sharmistharanit commented 11 months ago

Yes you are right.