solidstate-solidity icon indicating copy to clipboard operation
solidstate-solidity copied to clipboard

Adding github workflow

Open iam-dev opened this issue 3 years ago • 2 comments

Add a github workflow for automated testing and slither test see also: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/.github/workflows/test.yml https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/.github/workflows/slither.yml

iam-dev avatar May 10 '22 22:05 iam-dev

I was just thinking about this as well. Any updates here? Preferences on workflows? We use one for automated tests, linter checks, and code coverage on Knox Finance. Adding an action for slither could be very useful.

0xCourtney avatar Jun 17 '22 19:06 0xCourtney

This is worth considering, but not something I want to rush into. Two concerns:

  1. Bot spam is annoying.
  2. GitHub workflow ties the project specifically to GitHub. Migration to any other platform would therefore be more disruptive.

ItsNickBarry avatar Jun 21 '22 22:06 ItsNickBarry