chore: complete action.yml
This commit is contained in:
17
action.yml
17
action.yml
@@ -1,6 +1,21 @@
|
||||
name: 'SpyglassMC Cyntax Checker'
|
||||
description: 'Check your Minecraft datapack for syntax or schema errors using SpyglassMC'
|
||||
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:
|
||||
using: 'node16'
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user