embedmd icon indicating copy to clipboard operation
embedmd copied to clipboard

CI: travis-ci -> github actions

Open leonnicolas opened this issue 1 year ago • 0 comments

It looks like travis is not running CI for this project anymore. This PR moves the CI to github actions.

  • use t.Helper() to not get confused with where the error happened in a test.
  • require go 1.11 (go mod is not available in earlier versions)

Note: to run test for later go version > 1.13, we would have to update an expected error in embedmd_test.go.

leonnicolas avatar Mar 19 '24 15:03 leonnicolas