-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes issue #16 with GitHub Actions for remote and local #85
Conversation
…a has and add it to the commit pre-commit.
@danperks Hey, saw this one and got busy on it. I noticed another had been submitted requiring node.js and was in conflict with the current branch. Thanks for getting the MLX stage in there, I also included a listing for the OpenAI Cookbook with this PR as well. Let me know if you have any questions about the CI/CD GitHub Actions, I implemented them in my personal clone fo this repository. |
Hey, appreciate the work you have put in here! |
Ok, well, it did a nice job of sorting and getting duplicate names (case-less) and URL's and highlighted conflicts. But consider it sometime if you get tired of manually doing it manual process, personally I like that it ran locally and within Cursor as well as command line. But anyway. Noticed you removed MLX - Apple Metal project which does NumPy/PyTorch/TensorFlow functions for Apple Silicon., I'll add it back in and send a PR. Let me know if I can do anything to help. |
I think this might be better for CI/CD pipeline, it:
The script is stored in
.github/scripts/
following GitHub best practices and uses pure bash/awk for maximum compatibility.Currently checking the first URL (
crawlerStart
), but can be easily modified to check the last URL (crawlerPrefix
).Future considerations:
Also added to the docs: