Layr-Labs / eigenda-proxy

EigenDA sidecar proxy server used for communication between rollup software and EigenDA.
MIT License
14 stars 20 forks source link

Update lint.yml #98

Closed samlaf closed 1 month ago

samlaf commented 1 month ago

Pull Request Template

Fixes Issue

Fixes #

Changes proposed

update golangci-lint github action to v6. v3 uses a deprecated --out-format which was removed in v6. See this run https://github.com/Layr-Labs/eigenda-proxy/actions/runs/10498975752/job/29084898659?pr=94 which is completely useless and doesn't show the actual error

image

Also removing the --verbose flag because it just adds a bunch of clutter which is not useful I find. Compare:

image

Screenshots (Optional)

Note to reviewers

samlaf commented 1 month ago

Merging. Will fix the lint issue in another PR.