Skip to content

ci: Reorganize workflows #1

ci: Reorganize workflows

ci: Reorganize workflows #1

Workflow file for this run

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

Check failure on line 7 in .github/workflows/verified-mods.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/verified-mods.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
mods-verification:
name: Mod verification
needs: [manifest-checking]
uses: ./.github/workflows/subflows/mods-verification.yml