Skip to content

Create cuckoo-pipeline.yml #5

Create cuckoo-pipeline.yml

Create cuckoo-pipeline.yml #5

Workflow file for this run

name: Cuckoo pipeline
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
Build-Flutter-Project:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.22.2
- name: Get dependencies
run: flutter pub get
- name: Build App Bundle
run: flutter build appbundle