-
Notifications
You must be signed in to change notification settings - Fork 22
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
Validate plugin repos exist #53
Conversation
@ycahome can you validate/merge plz? |
Add a GitHub Actions workflow to validate the existence of repositories listed in `plugin.py`. * **.github/workflows/validate.yml** - Create a new GitHub Actions workflow file to run the validation script. - Define the workflow to run on push and pull request events. - Set up Python and install dependencies. - Run the validation script. * **.github/scripts/validate_plugins.py** - Create a new script to fetch all plugins data from `plugin.py`. - Check if the repositories actually exist and log the results.
Add validation for plugin repositories
I noticed that like 7 plugin repositories where giving 404's as they were not existing anymore, so i created this issue to add a GitHub Workflow to parse the plugin data and actually validate if the plugin repos still exist I've cleaned not existing plugins from the list |
Validate the existings of the repos on PR/commit #54 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added AWTRIX3 Plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added E-Flux Plugin
There are multiple changes that cannot track. Can you please create a solid pull request with a single commit for each file? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are multiple changes that cannot track. Can you please create a solid pull request with a single commit for each file?
Rolled back addition of AWTRIX3 and E-Flux plugins
Ive made this PR to be only about validating if the repos actually exist |
Ill make another one with the 2 new plugins when this is merged. to align the plugin id's ;) |
No description provided.