Skip to content

feature: update noir to stable; newer bignum and bigcurve #61

feature: update noir to stable; newer bignum and bigcurve

feature: update noir to stable; newer bignum and bigcurve #61

Workflow file for this run

name: Noir CI
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
noir:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.36.0
- name: Run nargo fmt
run: nargo fmt --check
- name: Run nargo check
run: nargo check --silence-warnings
- name: Run nargo test
run: nargo test --silence-warnings