Open DarthBenro008 opened 1 year ago
Integrate GitHub Action, where Golang CI Lint is triggered on every PR ensuring proper linting of .go files and goimports take place.
.go
goimports
A reference can be taken from https://github.com/IEEE-VIT/termiboard/blob/master/.github/workflows/go-lint.yaml
I can do that too, if it's also up for grabs
Tagging maintainers for assignment and labelling. @Riaaggarwal06 @ananya190
blocked until #52 is merged and I will merge main from untop of it
Feature Request
Integrate GitHub Action, where Golang CI Lint is triggered on every PR ensuring proper linting of
.go
files andgoimports
take place.Reference
A reference can be taken from https://github.com/IEEE-VIT/termiboard/blob/master/.github/workflows/go-lint.yaml