Skip to content

feat: parser state machine #2

feat: parser state machine

feat: parser state machine #2

Workflow file for this run

name: circom
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: |
npm install
npm install -g [email protected]
npm install -g snarkjs
- name: Run tests
run: npx mocha