mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-05 23:57:46 +00:00
Do not know why this is failing
This commit is contained in:
parent
edad38fd56
commit
c8c831aadc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -86,6 +86,7 @@ jobs:
|
|||
repository: "xivdev/EXDTools"
|
||||
latest: true
|
||||
fileName: "SchemaValidator-linux-x64"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Fetch Schema.json from xivdev/EXDTools latest releases
|
||||
- name: Download Schema.json
|
||||
|
@ -94,6 +95,7 @@ jobs:
|
|||
repository: "xivdev/EXDTools"
|
||||
latest: true
|
||||
fileName: "Schema.json"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Run SchemaValidator
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue