Skip to content

Make interpret method private #24

Make interpret method private

Make interpret method private #24

Workflow file for this run

name: verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.14.2"
- run: npm install
- run: npm run verify
- run: npm run build