Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force golangci-lint to run on every supported Os (elastic#234)
* Force golangci-lint to run on every supported Os By default `golangci-lint` will run the linters for the current running platform and will only include the files for this platform. Using the `GOOS` environment variable and a matrix defined in the github action we force the linter to try all the supported operating system.
- Loading branch information