cedrickring / golang-action

A GitHub Action to run Go commands
Apache License 2.0
134 stars 33 forks source link

Add IMPORT, use symlinks, and use default build commands #1

Closed piki closed 5 years ago

piki commented 5 years ago

This PR adds three features to the entrypoint.sh script.

So the simplest usage is now:

action "ci" {
  uses="cedrickring/golang-action@1.1.0"
}

I've made each of the three additions its own commit(s), in case you want to cherry-pick and choose.

cedrickring commented 5 years ago

Hey, thanks for this PR. I'll add the 1.1.0 tag tomorrow. 👍