risc0 / risc0-foundry-template

Template for integrating RISC Zero and Ethereum using Foundry
https://risczero.com
108 stars 60 forks source link

CI Workflows #4

Closed hashcashier closed 1 year ago

hashcashier commented 1 year ago

This PR introduces the following changes to the repository's github workflows:

  1. Fixes for using the checkout action to include submodules during fetching.
  2. Additions to the lint workflow for checking the solidity code using solhint.
  3. Integration testing between the starter contracts and the example fibonnaci guest code.
  4. End-to-end testing of remote proving on Bonsai.
morgangibbs87 commented 1 year ago

Action ssh-agent will need to be used.