Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 927 Bytes

LOOT Metadata Validator

CI

This is a very simple validator for LOOT metadata files that tries to load a given metadata file using libloot, and prints the message for any exception thrown.

Downloads

Releases are hosted on GitHub.

Snapshot builds are available as artifacts from GitHub Actions runs, though they are only kept for 90 days and can only be downloaded when logged into a GitHub account. The snapshot build archives are named like so:

metadata-validator-<last tag>-<revisions since tag>-g<short revision ID>_<branch>-<platform>.7z

Usage

metadata-validator ./masterlist.yaml

Building From Source

Refer to .github/workflows/ci.yml for the build process.