barretenberg-sys 0.2.0

FFI bindings to Barretenberg
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Spellcheck

on: [push]

# This will cancel previous runs when a branch or PR is updated
concurrency:
  group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
  cancel-in-progress: true

jobs:
  spellcheck:
    name: Spellcheck
    uses: noir-lang/.github/.github/workflows/spellcheck.yml@main