RiemaLabs / modular-indexer-light

A fully user-verified execution layer for Bitcoin's meta-protocols. (light indexer)
https://eprint.iacr.org/2024/408
57 stars 21 forks source link

ci: add import and lint checker #40

Closed WadeZhouRiema closed 4 months ago

WadeZhouRiema commented 4 months ago

Add two makefile instructions: ci and fmt, make ci is to check if current code can pass the goimports and golangci-lint checking. makefmt is to format importing packages.