espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
63 stars 16 forks source link

Updated GitHub workflows, search_linked code, and make file to improve code quality and resolve previous issues. #71

Closed espin086 closed 11 months ago

espin086 commented 11 months ago

Updated GitHub workflows to remove pylint due to numerous issues. Also standardized the loading of .env in the updated search_linked code by using absolute file references instead of relative, resolving previous problems. Additionally, removed pylint from the make file and modified it to perform formatting instead of just checking for black. Closes #68

espin086 commented 11 months ago

Closes #68