Skip to content

fix: do not peek beyond comments if indent, dedent, or newline aren't valid #239

fix: do not peek beyond comments if indent, dedent, or newline aren't valid

fix: do not peek beyond comments if indent, dedent, or newline aren't valid #239

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "**"
push:
branches:
- "master"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test
test_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run-script test-windows