DefiantLabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Golangci-Lint breaking Precommit Workflow action #516

Closed pharr117 closed 9 months ago

pharr117 commented 9 months ago

We need to remove the golangci-lint step from the pre-commit workflow and add it into its own separate workflow:

https://golangci-lint.run/usage/install/#github-actions

pharr117 commented 9 months ago

This was already done in the cosmos indexer repo, so we just need to replicate it here: https://github.com/DefiantLabs/cosmos-indexer/pull/48