Skip to content

feat: add (note) node for highlighted notes and warnings #141

feat: add (note) node for highlighted notes and warnings

feat: add (note) node for highlighted notes and warnings #141

Workflow file for this run

name: Run tree-sitter tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Tree-sitter tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install Dependencies
run: npm install
- name: Run tests
run: npm test