Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```