diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74e2377..9df75fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,3 +8,5 @@ on: jobs: ci: uses: vista-cloud-dev/.github/.github/workflows/go-ci.yml@main + arch: + uses: vista-cloud-dev/.github/.github/workflows/arch-waterline.yml@main diff --git a/repo.meta.json b/repo.meta.json new file mode 100644 index 0000000..283fda5 --- /dev/null +++ b/repo.meta.json @@ -0,0 +1,9 @@ +{ + "id": "tool:m-parse", + "repo": "https://github.com/vista-cloud-dev/m-parse", + "role": "Engine-neutral M parse substrate — tree-sitter-m over wazero; the foundation fmt/lint/lsp sit on (spec §4)", + "language": ["go"], + "layer": "m", + "license": "AGPL-3.0", + "verification_commands": ["go test ./...", "m arch check ."] +}