Skip to content

backend/feat: #20 Added Driver Module #15

backend/feat: #20 Added Driver Module

backend/feat: #20 Added Driver Module #15

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" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Frontend/cross_native/
steps:

Check failure on line 21 in .github/workflows/cross_native.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cross_native.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
- uses: actions/checkout@v3
- name: Flutter action
uses: subosito/[email protected]
with:
channel: stable
- run: flutter build apk
with:
status: "${{ job.status }}"