diff --git a/README.md b/README.md index 98aec8a..fec7e2b 100644 --- a/README.md +++ b/README.md @@ -75,4 +75,9 @@ jobs: - run: flutter build apk ``` -For a step by step guide on implementation read the tutorial on [Medium](https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac) +## Articles + +- [Continuous Integration for Flutter with GitHub Actions](https://admcpr.com/continuous-integration-for-flutter-with-github-actions/) +- [CI/CD for Flutter Apps Using GitHub Actions](https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac) +- [Guard your open-sourced Flutter app with GitHub Actions](https://medium.com/@jacksonz666/guard-your-open-sourced-flutter-app-with-github-actions-824cc4d9844) +- [Run Flutter Driver tests on GitHub Actions](https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab)