Add eth proof generation utilities #908
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |