SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Fix golangci-lint failing to set up #74

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

golangci-lint-action fails to set up when setup-go is called before it: https://github.com/SAP/go-ase/runs/905510224?check_suite_focus=true

Instead a new job golangci-lint-pre gets the list of directories, which is then passed to golangci-lint through the needs context.

How was the patch tested?

https://github.com/ntnn/go-ase/runs/906067079?check_suite_focus=true