From 2683c337f30cac52df405e6d50b992ea5f0b7873 Mon Sep 17 00:00:00 2001 From: Enrico Comiti Date: Mon, 6 Jan 2020 13:24:40 +0100 Subject: [PATCH] Add GH actions advent calendar to tutorial section Collection of tips --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 918098b..9be2c27 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) - [Working with GitHub Actions](https://jeffrafter.com/working-with-github-actions) - [GitHub Actions for Rails Developers](https://www.youtube.com/watch?v=gGUXydw22zw) +- [GitHub Actions Advent Calendar](https://www.edwardthomson.com/blog/github_actions_advent_calendar.html) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information