Skip to content

fix: using special characters in attribute static strings #349

fix: using special characters in attribute static strings

fix: using special characters in attribute static strings #349

Workflow file for this run

name: NPM run test
on:
push:
branches:
- main
pull_request:
branches:
- main
- '1.0'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run test