Skip to content

fixes #40 Parser error for strings starting with embedded comment. #97

fixes #40 Parser error for strings starting with embedded comment.

fixes #40 Parser error for strings starting with embedded comment. #97

Workflow file for this run

name: Build/test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: npm install
- run: npm test