Skip to content

add public keyword to the grammar #70

add public keyword to the grammar

add public keyword to the grammar #70

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