digitalocean / gta

gta: do transitive analysis to find packages whose dependencies have changed
Apache License 2.0
202 stars 21 forks source link

support github actions #36

Closed bhcleek closed 2 years ago

bhcleek commented 2 years ago
support github actions

Do not look for ignored directories above paths that Go uses for determining whether to build. This supports GitHub Actions, which places the mounted working directories in a directory that starts with two underscores when using a container.

add test to verify isIgnoredByGo behavior