chore: add automated checks for syncing with base repository (wip) #88
Labels
Category: CI ⛓️
Anything related to continuous integration
Category: New feature 🆕
Priority: 💤 Low priority
Rationale
Since syncing this repository with
github.com/ethereum/go-ethereum
will be rather complex, especially the first time, we may overlook some small elements such as import names. It would be nice to have CI checks to improve the certainty the syncing was done properly. The following list is a work-in-progress and I plan to add more as I get more familiar with the project.Implementation
Check every import statements usesdone by .github/workflows/rename-module.ymlgithub.com/ava-labs/libevm
instead ofgithub.com/ethereum/go-ethereum
Check go.mod module name staysdone by .github/workflows/rename-module.ymlgithub.com/ava-labs/libevm
golangci-lint
's optionnew-from-rev: HEAD
whereHEAD
is set automatically to the base fork commitThe text was updated successfully, but these errors were encountered: