Skip to content

feat: add queries/indents.scm and fix highlights.scm #13

feat: add queries/indents.scm and fix highlights.scm

feat: add queries/indents.scm and fix highlights.scm #13

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm install
- run: npm test