Skip to content

chore: move to tree-sitter-grammars scope on npm #58

chore: move to tree-sitter-grammars scope on npm

chore: move to tree-sitter-grammars scope on npm #58

Workflow file for this run

name: Test grammar
on:
push:
branches: [master]
paths:
- "scripts.js"
- "common/*"
- "*/grammar.js"
- "*/src/**"
- "bindings/**"
- "binding.gyp"
pull_request:
paths:
- "scripts.js"
- "common/*"
- "*/grammar.js"
- "*/src/**"
- "bindings/**"
- "binding.gyp"
jobs:
test:
uses: tree-sitter-grammars/.github/.github/workflows/ci.yml@main
with:
test-library: true
fuzz:
name: Fuzz ${{matrix.language}} parser
strategy:
fail-fast: false
matrix:
language: [xml, dtd]
uses: tree-sitter-grammars/.github/.github/workflows/fuzz.yml@main
with:
language: ${{matrix.language}}
directory: ${{matrix.language}}