From ad55c10beb78f8fff78bcba0d496392af193faea Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Mon, 2 Dec 2019 20:14:38 +0100 Subject: [PATCH 1/2] Add Unity actions This adds the collection and the test action to the list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71d194e..8d1ebc3 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [GitHub Actions for Android](https://github.com/Malinskiy/action-android) - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) +- [Github Actions for Unity](https://github.com/webbertakken/unity-actions) ### Utility @@ -254,6 +255,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action) - [Run TestCafe tests](https://github.com/DevExpress/testcafe-action) +- [Run Unity tests](https://github.com/webbertakken/unity-test-runner) ### Security From afed4299c9a863190c7854454c1c68507dcecaac Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Mon, 2 Dec 2019 20:21:47 +0100 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d1ebc3..b372209 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [GitHub Actions for Android](https://github.com/Malinskiy/action-android) - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) -- [Github Actions for Unity](https://github.com/webbertakken/unity-actions) +- [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) ### Utility