Added MC v.1.0.0 parser #3

Open
matth0930 wants to merge 12 commits from 2-add-mc-v1.0.0-parser into master
Showing only changes of commit c8ab9b4ff3 - Show all commits

View File

@@ -15,9 +15,7 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: '>=20.0.0'
- name: Install dependencies
run: npm ci
cache: 'npm'
- name: Install tree-sitter CLI
run: npm install -g tree-sitter-cli