Files
spyglassmc-action/action.yml

22 lines
585 B
YAML

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: 'node20'
main: 'dist/index.js'