peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
131 stars 19 forks source link

Run golangci-lint from docker-compose rather than via GH actions #470

Closed peterstace closed 1 year ago

peterstace commented 1 year ago

It's hard to reproduce exactly what golangci-lint is actually doing without pushing up to a branch and allowing GH actions to execute it.

If it's instead executed from docker-compose, this will make things easier to debug locally.

peterstace commented 1 year ago

Fixed via #484