From bd74ea7f13e251c112c1319b46ca414915bad6ec Mon Sep 17 00:00:00 2001 From: Satyadeep Date: Wed, 18 Sep 2019 11:26:24 +0530 Subject: [PATCH 1/2] Added Swift/iOS tutorial link in Tutorials section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c605c2..8164d85 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [GitHub Actions for PHP Developers](https://stefanzweifel.io/posts/github-actions-for-php-developers/) - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400) - [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) +- [Github Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information ## License From e8de0161313d9cb6f5cdf923413b8b4ec3f08fb6 Mon Sep 17 00:00:00 2001 From: Satyadeep Date: Wed, 18 Sep 2019 11:31:23 +0530 Subject: [PATCH 2/2] Fixing lint error. GitHub with H. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8164d85..343d957 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [GitHub Actions for PHP Developers](https://stefanzweifel.io/posts/github-actions-for-php-developers/) - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400) - [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) -- [Github Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) +- [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information ## License