Skip to content

chore(main): release 0.1.0 #21

chore(main): release 0.1.0

chore(main): release 0.1.0 #21

Workflow file for this run

name: Parser tests
on:
push:
branches:
main
pull_request:
jobs:
test_parser:
strategy:
fail-fast: false
name: Testing
runs-on: ubuntu-latest
env:
CC: clang
steps:
- name: Prepare tree-sitter
uses: actions/checkout@v2
with:
repository: tree-sitter/tree-sitter
- name: Prepare tree-sitter-norg-meta
uses: actions/checkout@v2
with:
path: test/fixtures/grammars/norg_meta
- name: Install tree-sitter CLI
run: |
cd test/fixtures/grammars/norg_meta
npm install tree-sitter-cli
- name: Run tests
run: |
cd test/fixtures/grammars/norg_meta
./node_modules/tree-sitter-cli/tree-sitter test