bepass-org / bepass

A simple DPI bypass tool written in go
MIT License
342 stars 71 forks source link

Run lint and format checks in github actions #32

Open markpash opened 10 months ago

markpash commented 10 months ago

It would be nice to have a separate workflow that simply flags broken formatting and common mistakes with a linter. It's enough to just run on linux-amd64.

Using gofumpt for formatting. Using go vet for basic checks. Using staticcheck to catch more mistakes.

p.s. run these tools locally on the main branch and you'll find plenty of things to fix :D