Skip to content

Enhance regex accuracy with boundary assertions (#24) #67

Enhance regex accuracy with boundary assertions (#24)

Enhance regex accuracy with boundary assertions (#24) #67

Workflow file for this run

# This workflow runs vscode-tmgrammar-snap on the samples.
name: TextMate Grammar
on:
push:
branches:
- develop
pull_request:
branches:
- main
- develop
jobs:
grammar-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: npm ci
- name: Run grammar tests
run: npm run test:grammar