ubsuny / 23-Homework4G4

MIT License
0 stars 10 forks source link

No file named unittestcode.py in repository but you are linting unittestcode.py #76

Closed Pranjal-Srivastava-2023 closed 1 year ago

Pranjal-Srivastava-2023 commented 1 year ago

In unitlint.yml replace unittestcode.py with the actual Python file you want to lint.

name: lint unittestcode.py run: pylint unittestcode.py #Replace with actual file name.

WildJimmy commented 1 year ago

This is an excellent point, will work to change this asap

WildJimmy commented 1 year ago

Just created the merge request that should fix this in https://github.com/ubsuny/23-Homework4G4/pull/78

pratibha77118 commented 1 year ago

Also what does the changes do? It worked fine. Thanks for indicating @Pranjal-Srivastava-2023 .