Skip to content

fixes #48 Problem with template parameters and "!in" and "!is" #102

fixes #48 Problem with template parameters and "!in" and "!is"

fixes #48 Problem with template parameters and "!in" and "!is" #102

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