Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Add Linux platform

Add Linux platform #27

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- run: dart format --set-exit-if-changed .
- run: flutter analyze .
- run: flutter config --enable-windows-desktop
- run: flutter build windows