crate-crypto / go-eth-kzg

Apache License 2.0
29 stars 22 forks source link

Run golangci-lint & staticcheck in CI #18

Closed jtraglia closed 1 year ago

jtraglia commented 1 year ago

Run two pretty common Golang checks:

Added lint.yml GitHub action which runs these.

Will try to fix findings in the "maybe fix later" section.