Skip to content

Revert "feat: Adjust JSON structure to allow for other mod sources (but better)" #64

Revert "feat: Adjust JSON structure to allow for other mod sources (but better)"

Revert "feat: Adjust JSON structure to allow for other mod sources (but better)" #64

Workflow file for this run

name: VerifiedMods
on: [push, pull_request]
jobs:
manifest-checking:
name: Manifest check
uses: ./.github/workflows/manifest-check.yml
mods-verification:
name: Mod verification
needs: [manifest-checking]
uses: ./.github/workflows/mods-verification.yml