incu6us / goimports-reviser

Right imports sorting & code formatting tool (goimports alternative)
MIT License
586 stars 75 forks source link

Support Github Action #132

Closed sp71 closed 1 year ago

sp71 commented 1 year ago

Would be great to support this tool as a Github Action so others can integrate it easier into their own CI pipeline. For example, staticcheck offers a github action for their tool.

sp71 commented 1 year ago

Alternative is to add integration for https://golangci-lint.run/usage/linters. They support gci but their API seems to change too often so I would prefer using this tool.

sp71 commented 1 year ago

Duplicate of https://github.com/incu6us/goimports-reviser/issues/46