1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Removed trailing spaces from workflow

This commit is contained in:
TheBusyBiscuit 2020-10-04 21:11:10 +02:00 committed by GitHub
parent 67bf85e5f8
commit 4af3833118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@ on:
jobs: jobs:
validate: validate:
name: Validate JSON name: Validate JSON
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -21,4 +21,4 @@ jobs:
uses: docker://orrosenblatt/validate-json-action:latest@sha256:02370758b8b199e0477da11ecfdd498c75c561685056b5c31b925a4ab95df7f4 uses: docker://orrosenblatt/validate-json-action:latest@sha256:02370758b8b199e0477da11ecfdd498c75c561685056b5c31b925a4ab95df7f4
env: env:
INPUT_SCHEMA: '.github/configs/wiki-schema.json' INPUT_SCHEMA: '.github/configs/wiki-schema.json'
INPUT_JSONS: 'src/main/resources/wiki.json' INPUT_JSONS: 'src/main/resources/wiki.json'