Skip to content

fix comment inside interpolation (#42) #42

fix comment inside interpolation (#42)

fix comment inside interpolation (#42) #42

Workflow file for this run

name: Grammar Test
on:
push:
jobs:
grammar-test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["14.19.0"]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test