-
Notifications
You must be signed in to change notification settings - Fork 21
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
Automated linkml linter run #898
Conversation
…nto automated-linkml-linting
Add automatic LinkML linting of schema on each PR changing schema
Hrm so it triggered https://github.com/GenomicsStandardsConsortium/mixs/actions/runs/13112707250 But failed first time because of the |
OK it looks like it's only pulling the original job code (with the |
Happy to have this merged into the |
Feel free to drop an approval if you think this looks good, and merge it in. We can open a new PR to see the Action in the works after. |
OK, approved @sujaypatil96 you can merge it in. Then we need to find a minor change (e.g. typo fix) to make and open a PR with that to test it (or we just a dummy PR with a change, but we don't merge in) |
LinkML Linting Resultslinkml, version 1.8.4 linting found the following issues. For more information about the linting rule categories, see the LinkML linter documentation. Summary
Problems per SchemaFile: /home/runner/work/mixs/mixs/src/mixs/schema/mixs.yaml Warning
|
This is the same PR from @jfy133 as #896 but instead the PR is now being merged into
main
as base. It essentially adds a GitHub Action that creates a linkml linter run report and dumps the results of the report run as a comment on a PR, if the PR modifies the mainmixs.yaml
source schema.