Skip to content

Commit

Permalink
frontend/feat: Added Flutter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh-772 committed Apr 29, 2024
1 parent 098a230 commit 28bdce7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/cross_native.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
channel: stable
- run: flutter build apk

0 comments on commit 28bdce7

Please sign in to comment.