/go-make-action

Runs make targets passed as a parameter

Primary LanguageDockerfileApache License 2.0Apache-2.0

Go make action

Example usage

- uses: ./.github/actions/go-make-action
  with:
    target: 'build'