chore: init

This commit is contained in:
2025-09-11 03:31:10 +02:00
commit 8b2b009f38
6 changed files with 239 additions and 0 deletions

6
action.yml Normal file
View File

@@ -0,0 +1,6 @@
name: 'SpyglassMC Cyntax Checker'
description: 'Check your Minecraft datapack for syntax or schema errors using SpyglassMC'
author: 'LordBaryhobal'
runs:
using: 'node16'
main: 'dist/index.js'