From f9c63c34c253f773524f6f120e4c56783872d113 Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Wed, 4 Mar 2020 17:23:17 +0700 Subject: [PATCH] move articles section to wiki --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a03f371..efa626f 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,3 @@ jobs: - run: flutter build apk ``` -## 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)