Skip to content

fix: make as tokenziation more robust #88

fix: make as tokenziation more robust

fix: make as tokenziation more robust #88

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test-oniguruma:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test