Skip to content

Prover: add verify_log_entry_in_bound api (#919) #864

Prover: add verify_log_entry_in_bound api (#919)

Prover: add verify_log_entry_in_bound api (#919) #864

Workflow file for this run

on:
push:
branches:
- master
- the-merge
pull_request:
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Clone the repository
uses: actions/checkout@v3
with:
lfs: 'true'
- name: Lint
run: |
yarn
yarn standard
yarn prettier-solidity