Skip to content

backend/feat: #20 Added Driver Module #19

backend/feat: #20 Added Driver Module

backend/feat: #20 Added Driver Module #19

Workflow file for this run

# 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" ]
permissions:
statuses: write
pull-requests: write
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
- name: Update Status
uses: ouzi-dev/commit-status-updater@v2
with:
status: "${{ job.status }}"