Skip to content

Complete Basic Version of the Circom G4 grammar #23

Complete Basic Version of the Circom G4 grammar

Complete Basic Version of the Circom G4 grammar #23

Workflow file for this run

name: "checks"
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
submodules: true
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: make test