chore: complete action.yml

This commit is contained in:
2025-09-11 13:48:55 +02:00
parent 95ab48e66a
commit 48515b0fc0

View File

@@ -1,6 +1,21 @@
name: 'SpyglassMC Cyntax Checker' name: 'SpyglassMC Cyntax Checker'
description: 'Check your Minecraft datapack for syntax or schema errors using SpyglassMC' description: 'Check your Minecraft datapack for syntax or schema errors using SpyglassMC'
author: 'LordBaryhobal' author: 'LordBaryhobal'
branding:
icon: 'check-square'
color: 'green'
inputs:
rootDir:
description: Root datapack directory (containing the data folder and pack.mcmeta file)
required: false
default: './'
version:
description: The Minecraft version to use. If not specified or set to 'auto', will try to use the version indicated in `pack.mcmeta`
required: false
default: 'auto'
runs: runs:
using: 'node16' using: 'node24'
main: 'dist/index.js' main: 'dist/index.js'