Skip to content

fIx prover

fIx prover #848

Workflow file for this run

on:
push:
branches:
- master
- the-merge
pull_request:
name: Lint
jobs:
lint:
runs-on: self-hosted
name: Lint
steps:
- name: Install LFS
run: apt-get install git-lfs
- name: Clone the repository
uses: actions/checkout@v3
with:
lfs: 'true'
- name: Lint
run: |
yarn
yarn standard
yarn prettier-solidity