mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
Update metadata validation (#45)
* Update metadata validator to v0.17.0 and test with prelude * Change target branch to test-all-games * Change prelude target branch back to v0.17
This commit is contained in:
@@ -20,12 +20,16 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
- name: Install metadata validator
|
||||
run: wget https://github.com/loot/metadata-validator/releases/download/0.16.1/metadata-validator-0.16.1-0-gc6e86d2_0.16.1-Linux.tar.xz -O - | tar -xJ --strip-components=1
|
||||
run: wget https://github.com/loot/metadata-validator/releases/download/0.17.0/metadata-validator-0.17.0-0-gf29ef61_0.17.0-Linux.tar.xz -O - | tar -xJ --strip-components=1
|
||||
|
||||
- name: Install parser
|
||||
run: npm install -g js-yaml
|
||||
|
||||
- name: Download prelude file
|
||||
run: wget https://raw.githubusercontent.com/loot/prelude/v0.17/prelude.yaml
|
||||
|
||||
- name: Run metadata validator
|
||||
run: |
|
||||
./metadata_validator $GITHUB_WORKSPACE/masterlist.yaml
|
||||
./metadata_validator $GITHUB_WORKSPACE/masterlist.yaml $GITHUB_WORKSPACE/prelude.yaml
|
||||
js-yaml $GITHUB_WORKSPACE/masterlist.yaml > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user