RsMetaCheck
Version updated for https://github.com/SoftwareUnderstanding/rs-metacheck-action to version 0.3.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The RsMetaCheck GitHub Action automates the detection of metadata issues (pitfalls and warnings) in software repositories using the RsMetaCheck tool and SoMEF. It simplifies the process of identifying and reporting metadata problems by analyzing repository URLs or pre-existing SoMEF output and generates detailed reports, annotations, and summary tables directly in the GitHub Actions UI. This action is particularly useful for ensuring high-quality metadata, highlighting areas for improvement, and enforcing metadata standards in repositories.
What’s Changed
- Adding markdown feedback of the report and improvements of visual feedback overall. (304796a)
- Adding test file (ce98d94)
- Adding RsMetaCheck GitHub Action with Docker container and entrypoint script (0969733)
- Initial commit (e8d87a4)