Skip to content

Fix backslash escapes and string edge cases #41

Fix backslash escapes and string edge cases

Fix backslash escapes and string edge cases #41

Workflow file for this run

name: Submit to coveralls
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run coverage
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}