Skip to content

Fixed Hyena-Taur transfurring the player into a WL centaur, Updated lang for 'waves' ability. #102

Fixed Hyena-Taur transfurring the player into a WL centaur, Updated lang for 'waves' ability.

Fixed Hyena-Taur transfurring the player into a WL centaur, Updated lang for 'waves' ability. #102

name: JSON Validator
on:
workflow_dispatch:
push:
paths:
- "src/main/resources/**.json"
pull_request:
types: [opened, reopened, edited]
paths:
- "src/main/resources/**.json"
jobs:
Validate-JSON:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: JSON Validation - Languages
uses: ammarlakis/[email protected]
with:
schema: "./.github/schemas/lang.schema.json"
data: "src/main/resources/assets/changed/lang/*.*"
allErrors: true