-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added github workflow for automatic parsing and updated code accordingly #26
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
420826d
to
189c0f1
Compare
PR Type
Enhancement, Tests
Description
Added a GitHub workflow for automated script execution and PR creation.
Enhanced
parse.py
to handle file downloads and updated file paths.Introduced a
requirements.txt
file for dependency management.Configured automated daily and manual triggers for the workflow.
Changes walkthrough 📝
parse.py
Enhance parsing script with file handling updates
parse_fyrlys/parse.py
parse_fyrliste.yaml
Add GitHub Actions workflow for automation
.github/workflows/parse_fyrliste.yaml
requirements.txt
Introduce requirements file for dependencies
parse_fyrlys/requirements.txt
pdfplumber
andtqdm
.