From 9302968709499b0953e0b98c6ce0607dea458e93 Mon Sep 17 00:00:00 2001 From: Cedric Kring <39853520+cedrickring@users.noreply.github.com> Date: Sat, 5 Jan 2019 14:16:59 +0100 Subject: [PATCH 1/2] Add Github Actions for Golang This action sets up your workspace to run `go` (or other) commands in it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..0c5d57a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Github Actions for Golang](https://github.com/cedrickring/golang-action) ### Tutorials From 1bc5b04fc6fee1fbe1576ab49387e0efdb7a7ecd Mon Sep 17 00:00:00 2001 From: Cedric Kring <39853520+cedrickring@users.noreply.github.com> Date: Sat, 26 Jan 2019 11:37:30 +0100 Subject: [PATCH 2/2] Change Github to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5d57a..9eda1ba 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) -- [Github Actions for Golang](https://github.com/cedrickring/golang-action) +- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action) ### Tutorials