ethereum / eth-hash

The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256 or sha3
MIT License
104 stars 64 forks source link

Add first Github Workflow #34

Closed willianpaixao closed 1 year ago

willianpaixao commented 3 years ago

Github Actions was introduced a couple of years ago and it's now the de-facto tool for building, testing, and publishing Open Souce projects hosted in Github.

This PR introduces a first and introductory pipeline to run all tests upon every push and pull PR creation.

Some important notes:

kclowes commented 1 year ago

Thank you for the PR, and sorry it didn't get looked at earlier. We are going to keep our current workflow with CircleCI for now, but thanks for taking initiative. In the future, you might consider opening an issue first to make sure the feature you implement is something we'd consider pulling in.