Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reviversmc/the-mod-index-validation
A GitHub action to validate manifests and index files
https://github.com/reviversmc/the-mod-index-validation
Last synced: 4 days ago
JSON representation
A GitHub action to validate manifests and index files
- Host: GitHub
- URL: https://github.com/reviversmc/the-mod-index-validation
- Owner: ReviversMC
- License: agpl-3.0
- Created: 2022-04-25T06:36:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T13:13:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T11:40:49.983Z (26 days ago)
- Language: Kotlin
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Mod Index Validation
A GitHub action that validates all entries in the-mod-index. Will fail if any entries have been found to not be up to the given spec.
### Usage:
```yaml
steps:
- name: Do the checking of index and manifest files
uses: reviversmc/the-mod-index-validation@latest
with:
repoUrl: https://raw.githubusercontent.com/ReviversMC/the-mod-index/v4
```