From 28bdce7fd0706e99f584380466318d3848a36834 Mon Sep 17 00:00:00 2001 From: VIGNESH S Date: Mon, 29 Apr 2024 22:07:57 +0530 Subject: [PATCH] frontend/feat: Added Flutter workflow --- .github/workflows/cross_native.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/cross_native.yml diff --git a/.github/workflows/cross_native.yml b/.github/workflows/cross_native.yml new file mode 100644 index 0000000..c752d0c --- /dev/null +++ b/.github/workflows/cross_native.yml @@ -0,0 +1,27 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Dart + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + defaults: + run: + working-directory: Frontend/cross_native/ + steps: + - uses: actions/checkout@v3 + - name: Flutter action + uses: subosito/flutter-action@v2.16.0 + with: + channel: stable + - run: flutter build apk